FutureSearch MCP Server✓
io.github.futuresearch/futuresearch-mcp · v0.10.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.github.futuresearch/futuresearch-mcp",
"description": "Give your AI a research team. Forecast, score, classify, or research every row of a dataset.",
"title": "FutureSearch MCP Server",
"repository": {
"url": "https://github.com/futuresearch/futuresearch-python",
"source": "github",
"subfolder": "futuresearch-mcp"
},
"version": "0.10.0",
"websiteUrl": "https://github.com/futuresearch/futuresearch-python/tree/main/futuresearch-mcp",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "futuresearch-mcp",
"version": "0.10.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for the FutureSearch service, found at https://cohort.futuresearch.ai/app",
"isRequired": true,
"isSecret": true,
"name": "FUTURESEARCH_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}