mcp-core

runapi-ai/mcp-core
★ 0 stars TypeScript AI/LLM Updated today
Reusable core for building RunAPI MCP servers: client, contract/pricing/schema queries, input-rule engine, and a createModelServer factory.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-core": {
      "command": "npx",
      "args": [
        "-y",
        "runapi-ai/mcp-core"
      ]
    }
  }
}

Topics

aimcpmodel-context-protocolrunapirunapi-ai