Manifold Markets
Summary
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.
Available Actions(9)
create_market
Create a new prediction market with various parameters including outcome type, question, description, and more.
unresolve_market
Unresolve a previously resolved market using the contract ID and an optional answer ID for multiple choice markets.
close_market
Close a market for trading by specifying the contract ID and an optional close time.
follow_market
Follow or unfollow a market by providing the contract ID and a boolean value to indicate the desired action.
react
React to markets or comments by specifying the content ID, content type, and the reaction type (like or dislike).
place_bet
Place a bet on a market by providing the market ID, amount, outcome, and an optional limit probability.
sell_shares
Sell shares in a market by specifying the market ID, optional outcome, and an optional number of shares to sell.
add_liquidity
Add liquidity to a market pool by specifying the market ID and the amount of liquidity to add.
remove_liquidity
Remove liquidity from a market pool using the contract ID and the amount to withdraw.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation