manifold-market-api
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@manifold-market-apiwhat are the most popular markets right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Manifold Markets
OpenClaw tool plugin + standalone MCP server for Manifold Markets, wrapping the public REST API at https://api.manifold.markets/v0/.
Features
OpenClaw plugin — install via
openclaw plugins install npm:openclaw-plugin-manifold-marketsStandalone MCP server — run over stdio with any MCP-compatible client
40 tools covering markets, users, groups, bets, comments, leagues, boosts, authenticated reads, and write actions
TypeBox schemas required by the OpenClaw SDK
Shared, platform-agnostic HTTP client used by both entry points
Uniform error shape for upstream, auth, network, timeout, and validation errors
No response mutation — upstream JSON passes through verbatim
Related MCP server: prediction-market-mcp
Install
npm installOpenClaw plugin
Build and validate:
npm run plugin:build
npm run plugin:validateInstall in OpenClaw:
openclaw plugins install npm:openclaw-plugin-manifold-marketsConfigure the plugin with a Manifold API key if you want to use authenticated endpoints. Read-only tools work without a key.
Standalone MCP server
Set your API key and run the compiled server:
npm run build
MANIFOLD_API_KEY=your-key npm run mcp:startThe server exposes the same 40 manifold_-prefixed tools over stdio.
Development
npm run build # compile TypeScript
npm test # run live-API Vitest suite
npm run plugin:validate # manifest sync + validationAPI key
Get your Manifold API key from your Manifold profile → edit → refresh API key.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tbui17/manifold-market-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server