Manifold Markets MCP Server
MCP server for interacting with Manifold Markets prediction markets
Overview
Manifold Markets MCP Server is a server designed for interacting with Manifold Markets prediction markets, providing a clean interface for sophisticated market interactions and collective intelligence mechanisms.
To use the server, install the package via npm, obtain your API key from Manifold Markets, and configure the MCP settings in your application.
- Comprehensive access to Manifold's prediction market features. - Market creation and management tools. - Trading operations including placing and canceling bets. - Liquidity management functionalities. - Social features for user interaction.
- Creating and managing prediction markets.
- Executing trades and managing liquidity in prediction markets.
- Tracking market performance and user portfolios.
- Engaging with the community through social features.
Add to your AI client
Use these steps to connect Manifold Markets MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"manifold-mcp-server-bmorphism": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-manifold-mcp-server-bmorphism"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"manifold-mcp-server-bmorphism": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-manifold-mcp-server-bmorphism"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"manifold-mcp-server-bmorphism": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-manifold-mcp-server-bmorphism"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"manifold-mcp-server-bmorphism": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-manifold-mcp-server-bmorphism"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"manifold-mcp-server-bmorphism": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-manifold-mcp-server-bmorphism"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"manifold-mcp-server-bmorphism": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-manifold-mcp-server-bmorphism"
]
}
}
}FAQ
What are the prerequisites for using the server?
You need Node.js 18 or higher, npm or yarn, a Manifold Markets API key, and a minimum balance of M$1000 for market creation.
Is there a way to contribute to the project?
Yes! Contributions are welcome, especially in areas like advanced market analysis tools and documentation improvements.
How does the server handle errors?
The server implements comprehensive error handling including input validation, API communication errors, and business logic checks.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1075,"uuid":"80d94b49-2b24-491d-802c-559e0aae8ad2","name":"manifold-mcp-server","title":"Manifold Markets MCP Server","description":"MCP server for interacting with Manifold Markets prediction markets","avatar_url":"https://avatars.githubusercontent.com/u/1236584?v=4","created_at":"2025-01-28T02:29:45.504Z","updated_at":"2025-02-23T07:19:19.141Z","status":"created","author_name":"bmorphism","author_avatar_url":"https://avatars.githubusercontent.com/u/1236584?v=4","tags":"manifold,prediction-markets,mcp-server","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/bmorphism/manifold-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]