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 specified parameters including outcome type, question, description, close time, visibility, initial probability, and answers.
Unresolve a previously resolved market by providing the contract ID and an optional answer ID for multiple choice markets.
Close a market for trading based on the contract ID, with an optional close time.
Follow or unfollow a market by specifying the contract ID and follow status (true or false).
React to markets or comments by providing the content ID, content type, and the reaction type (like or dislike), with an option to remove the reaction.
Place a bet on a market by specifying the market ID, amount, outcome (YES or NO), and an optional limit probability.
Sell shares in a market by providing the market ID, optional outcome, and an optional number of shares.
Add liquidity to a market pool by specifying the market ID and the amount of liquidity to add.
Remove liquidity from a market pool by providing the contract ID and the amount to withdraw.