Skip to content
MCP Server Community By @forgemeshlabs

forgemeshlabs/coinopai-mcp

[![forgemeshlabs/coinopai-mcp MCP server](https://glama.ai/mcp/servers/forgemeshlabs/coinopai-mcp/badges/score.svg)](https://glama.ai/mcp/servers/forgemeshlabs/coinopai-mcp) 📇 - Local stdio MCP server for x402-powered paid crypto intelligence: preflight checks, trade decisions with `decision_id`, later audit against real prices, risk state, signal history, and agent automation search over USDC micropayments on Base.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: forgemeshlabs/coinopai-mcp Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-forgemeshlabs-coinopai-mcp

Detailed Documentation

forgemeshlabs/coinopai-mcp MCP server 📇 - Local stdio MCP server for x402-powered paid crypto intelligence: preflight checks, trade decisions with decision_id, later audit against real prices, risk state, signal history, and agent automation search over USDC micropayments on Base.

Configuration

{
  "mcpServers": {
    "forgemeshlabs-coinopai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-forgemeshlabs-coinopai-mcp"
      ],
      "env": {}
    }
  }
}