M
Metaculus
Query Metaculus forecasting questions.
·No reviews yet
Share:
About
Auto-generated
Metaculus is a Model Context Protocol server in the Analytics & Monitoring category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Metaculus.
- What is the Metaculus MCP for?
- The Metaculus MCP enables querying of Metaculus forecasting questions. It provides an interface to access predictive analytics from the Metaculus platform, useful for integrating forecasting data into other applications.
- How can I install the Metaculus MCP?
- Installation of the Metaculus MCP depends on your chosen client. Generally, you would add this MCP to your client's configuration by specifying its stdio transport and associated repository information. Refer to your MCP client's documentation for detailed setup instructions.
- Does the Metaculus MCP require an API key?
- Yes, the Metaculus MCP requires an API key for authentication. You will need to obtain an API key from the Metaculus platform to use this MCP effectively. This key ensures secure and authorized access to Metaculus data.
- What are the capabilities of the Metaculus MCP?
- The Metaculus MCP focuses on querying forecasting questions. This allows users to retrieve data and insights related to predictions and forecasts available on Metaculus. Specific tools or advanced capabilities are dependent on its implementation.
- Is there a cost associated with using the Metaculus MCP?
- The cost of using the Metaculus MCP depends on the underlying Metaculus service. While the MCP itself is community-provided, access to certain Metaculus features or data might incur costs from the Metaculus platform. Consult Metaculus's official documentation for pricing details.
- What is a common limitation of the Metaculus MCP?
- A common limitation is the reliance on the stdio transport, which might require specific client configurations for optimal performance and integration. The functionality is also limited to querying existing Metaculus forecasting questions; it does not support creating new ones.
Install Metaculus
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"metaculus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-metaculus"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"metaculus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-metaculus"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"metaculus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-metaculus"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.