← Back to Plugins
MCP Server MCP

RationalBloks

github By github 👁 1 views ▲ 0 votes

Deploy production REST APIs from JSON schemas in seconds. Manage projects, schemas, and deployments.

Homepage Verified source GitHub

Install

uvx rationalbloks-mcp

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.rationalbloks.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "rationalbloks-mcp",
      "version": "0.6.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your RationalBloks API key (get it from rationalbloks.com/settings)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "RATIONALBLOKS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...