MCP Server
MCP
Scavio
Web search, page extraction and structured commerce, social and business data for AI agents
Install
npx -y @scavio/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.scavio.dev/mcp",
"headers": [
{
"description": "Your Scavio API key from scavio.dev",
"isRequired": true,
"isSecret": true,
"name": "x-api-key"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@scavio/mcp-server",
"version": "0.13.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Scavio API key from scavio.dev",
"isRequired": true,
"isSecret": true,
"name": "SCAVIO_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment