forgemeshlabs/coinopai-mcp
[](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
Configuration
{
"mcpServers": {
"forgemeshlabs-coinopai-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-forgemeshlabs-coinopai-mcp"
],
"env": {}
}
}
}