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. Parameters: outcomeType (string), question (string), description (optional string or object), closeTime (optional number), visibility (optional string), initialProb (optional number), min (optional number), max (optional number), isLogScale (optional boolean), initialValue (optional number), answers (optional array), addAnswersMode (optional string), shouldAnswersSumToOne (optional boolean), totalBounty (optional number)
unresolve_market
Unresolve a previously resolved market. Parameters: contractId (string), answerId (optional string)
close_market
Close a market for trading. Parameters: contractId (string), closeTime (optional number)
follow_market
Follow or unfollow a market. Parameters: contractId (string), follow (boolean)
react
React to markets or comments. Parameters: contentId (string), contentType (string), remove (optional boolean), reactionType (string)
place_bet
Place a bet on a market. Parameters: marketId (string), amount (number), outcome (string), limitProb (optional number)
sell_shares
Sell shares in a market. Parameters: marketId (string), outcome (optional string), shares (optional number)
add_liquidity
Add liquidity to market pool. Parameters: marketId (string), amount (number)
remove_liquidity
Remove liquidity from market pool. Parameters: contractId (string), amount (number)
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione