Reusable core for building RunAPI MCP servers: client, contract/pricing/schema queries, input-rule engine, and a createModelServer factory.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-core npx -y runapi-ai/mcp-core
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-core": {
"command": "npx",
"args": [
"-y",
"runapi-ai/mcp-core"
]
}
}
}