Everyrow MCP Server✓
io.github.futuresearch/everyrow-mcp · v0.5.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.futuresearch/everyrow-mcp",
"description": "Give your AI a research team. Forecast, score, classify, or research every row of a dataset.",
"title": "Everyrow MCP Server",
"repository": {
"url": "https://github.com/futuresearch/everyrow-sdk",
"source": "github",
"subfolder": "everyrow-mcp"
},
"version": "0.5.1",
"websiteUrl": "https://github.com/futuresearch/everyrow-sdk/tree/main/everyrow-mcp",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "everyrow-mcp",
"version": "0.5.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for the everyrow service, found at https://everyrow.io/api-key",
"isRequired": true,
"isSecret": true,
"name": "EVERYROW_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}