This MCP server, developed by Barton Rhodes, enables seamless interaction with Manifold Markets prediction markets. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers a comprehensive suite of tools for market search, analysis, betting, and portfolio management. The implementation stands out by providing precise probability specifications for limit orders and advanced filtering capabilities. It's particularly useful for AI systems and developers looking to integrate collective intelligence and decision-making through prediction markets, allowing for sophisticated market analysis, automated trading strategies, and data-driven forecasting in various domains.
No reviews yet. Be the first to review!
Sign in to join the conversation
Create a new prediction market with various parameters including outcome type, question, description, and visibility.
Unresolve a previously resolved market using its contract ID and an optional answer ID for multiple choice markets.
Close a market for trading by specifying the contract ID and an optional close time.
Follow or unfollow a market by providing the contract ID and a boolean value for follow status.
React to markets or comments by specifying the content ID, content type, and reaction type (like or dislike).
Place a bet on a market by providing the market ID, amount, outcome (YES or NO), and an optional limit probability.
Sell shares in a market by specifying the market ID, optional outcome, and an optional number of shares to sell.
Add liquidity to a market pool by providing the market ID and the amount to add.
Remove liquidity from a market pool by specifying the contract ID and the amount to withdraw.