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 such as outcome type, question, and visibility.
Unresolve a previously resolved market by specifying the contract ID and optional answer ID.
Close a market for trading by providing the contract ID and an optional close time.
Follow or unfollow a market by specifying the contract ID and a boolean for follow status.
React to markets or comments by providing the content ID, content type, and reaction type (like or dislike).
Place a bet on a market by specifying the market ID, amount, and outcome.
Sell shares in a market by providing the market ID and optional outcome and shares.
Add liquidity to a market pool by specifying the market ID and amount.
Remove liquidity from a market pool by providing the contract ID and amount.