bmorphism_manifold-mcp-server

bmorphism_manifold-mcp-server

0

The Manifold Markets MCP Server enables users to interface with prediction markets on Manifold. It offers comprehensive API access, allowing market creation, interaction, and management, along with error handling and security features. The project is developed in TypeScript and supports sophisticated trading operations.

Manifold Markets MCP Server

An MCP server for interacting with Manifold Markets prediction markets. It provides a comprehensive interface to access Manifold's features, enabling sophisticated market interactions and collective intelligence mechanisms.

Features

  • Schema Layer: Zod-based validation schemas
  • API Integration: Direct mapping to Manifold's REST endpoints
  • Tool Handlers: Proper error management
  • Type Safety: Full TypeScript implementation

Tool Categories

  • Market Creation & Management: Create, unresolve, close markets, add options
  • Market Interaction: Follow markets, react, add bounties
  • Trading Operations: Place, cancel bets, sell shares
  • Liquidity Management: Add, remove liquidity
  • Information Retrieval: Search markets, get user data
  • Social Features: Transfer mana

Prerequisites

  • Node.js 18+
  • Manifold Markets API key

Installation

Install using npm and configure API key in settings for tools like Claude Desktop or Cline.

Error Handling

Comprehensive error checking includes input validation, API communication errors, and business logic errors.