io.searchapi/mcp✓
io.searchapi/mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.searchapi/mcp",
"description": "Give AI assistants access to real-time search data through SearchApi.",
"repository": {
"url": "https://github.com/searchapi/searchapi-mcp",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://www.searchapi.io/integrations/mcp",
"remotes": [
{
"type": "streamable-http",
"url": "https://www.searchapi.io/mcp?token={api_token}",
"variables": {
"api_token": {
"description": "Your SearchAPI MCP token. Get one at https://www.searchapi.io/mcp_integrations",
"isRequired": true,
"isSecret": true
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}