MCP Server
MCP
RationalBloks
Deploy production REST APIs from JSON schemas in seconds. Manage projects, schemas, and deployments.
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
By
Comments
Sign in to leave a comment