Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. RationalBloks
RationalBloks logo
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 11:03:33 AM

RationalBloks

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "rationalbloks": {
      "command": "uvx",
      "args": [
        "rationalbloks-mcp@latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

RationalBloks MCP Server

Deploy production APIs in minutes. 48 tools for projects, schemas, deployments, object storage, and graph data β€” delivered on infrastructure you own (self-host or your own BYOC cluster).

License Python PyPI

What Is This?

RationalBloks MCP lets AI agents (Claude, Cursor, etc.) deploy production APIs from a JSON schema. No backend code to write. No infrastructure to manage.

Code
"Create a task management API with tasks, projects, and users"

β†’ 2 minutes later: Production API running on Kubernetes

Installation

bash
# recommended β€” no install step, always the latest release

uvx rationalbloks-mcp@latest



# or install into an environment

pip install rationalbloks-mcp

Quick Start

1. Get Your API Key

Visit rationalbloks.com/settings and create an API key.

2. Configure Your AI Agent

VS Code - Add to .vscode/mcp.json (Cursor: .cursor/mcp.json with a mcpServers key):

config.json
{

  "servers": {

    "rationalbloks": {

      "command": "uvx",

      "args": ["rationalbloks-mcp@latest"],

      "env": {

        "RATIONALBLOKS_API_KEY": "rb_sk_your_key_here"

      }

    }

  }

}

Claude Desktop - Add to claude_desktop_config.json:

config.json
{

  "mcpServers": {

    "rationalbloks": {

      "command": "uvx",

      "args": ["rationalbloks-mcp@latest"],

      "env": {

        "RATIONALBLOKS_API_KEY": "rb_sk_your_key_here"

      }

    }

  }

}

Remote (no install): point any MCP client at https://mcp.rationalbloks.com/mcp (Streamable HTTP; legacy SSE at /sse) with Authorization: Bearer rb_sk_....


48 Tools

Relational Read Operations (15 tools)

ToolDescription
list_projectsList all your projects
get_projectGet project details
get_schemaGet current JSON schema
get_user_infoGet authenticated user info
get_job_statusCheck deployment job status
get_project_infoDetailed project info with K8s status
get_version_historyGit commit history
get_template_schemasPre-built schema templates
get_schema_referenceAdvanced schema features reference (__policy__, computed, __constraints__, __audit__)
get_subscription_statusPlan and usage limits
get_project_usageCPU/memory metrics
get_project_storage_usageObject-storage file count and bytes used vs limits
list_project_filesList uploaded files (metadata + public URLs)
get_schema_at_versionSchema at specific commit
list_clustersList your BYOC resource pools (client-owned clusters)

Relational Write Operations (7 tools)

ToolDescription
create_projectCreate new project from schema (cluster_id of one of your BYOC pools is required; backend_type python or rust)
update_schemaUpdate project schema (dry_run: true previews the migration plan without saving)
deploy_stagingDeploy to staging environment
deploy_productionDeploy to production
delete_projectDelete project permanently
rollback_projectRollback to previous version
rename_projectRename project

Graph Schema Operations (11 tools)

ToolDescription
get_graph_schemaGet graph project schema
get_graph_template_schemasPre-built graph schema templates
get_graph_version_historyGraph schema version history
get_graph_schema_at_versionSchema at specific version
get_graph_project_infoGraph project info with K8s/Neo4j status
create_graph_projectCreate Neo4j graph project
update_graph_schemaUpdate graph schema
deploy_graph_stagingDeploy graph to staging
deploy_graph_productionDeploy graph to production
delete_graph_projectDelete graph project
rollback_graph_projectRollback graph to previous version

Graph Data Operations (15 tools)

ToolDescription
create_graph_nodeCreate a single node
get_graph_nodeGet node by ID
list_graph_nodesList nodes by entity type
update_graph_nodeUpdate node properties
delete_graph_nodeDelete a node
create_graph_relationshipCreate a relationship
get_node_relationshipsGet node's relationships
delete_graph_relationshipDelete a relationship
bulk_create_graph_nodesBulk create nodes
bulk_create_graph_relationshipsBulk create relationships
search_graph_nodesSearch nodes by property filters
fulltext_search_graphFull-text search across all fields
traverse_graphTraverse graph from a node
get_graph_statisticsGet graph statistics (counts)
get_graph_data_schemaGet deployed data schema

Schema Format

Schemas must be in FLAT format:

config.json
{

  "tasks": {

    "title": {"type": "string", "max_length": 200, "required": true},

    "status": {"type": "string", "max_length": 50, "enum": ["pending", "done"]},

    "due_date": {"type": "date", "required": false}

  },

  "projects": {

    "name": {"type": "string", "max_length": 100, "required": true}

  }

}

Field Types

TypeRequired Properties
stringmax_length
textNone
integerNone
decimalprecision, scale
booleanNone
uuidNone
dateNone
datetimeNone
jsonNone

Auto-Generated Fields

These are automatic - don't define them:

  • id (UUID primary key)
  • created_at (datetime)
  • updated_at (datetime)

User Authentication

Use the built-in app_users table:

config.json
{

  "employee_profiles": {

    "user_id": {"type": "uuid", "foreign_key": "app_users.id", "required": true},

    "department": {"type": "string", "max_length": 100}

  }

}

Frontend

For frontend development, use our NPM packages:

Terminal
npm install @rationalbloks/frontblok-auth @rationalbloks/frontblok-crud

These provide:

  • frontblok-auth: Authentication, login, tokens, user context
  • frontblok-crud: Generic CRUD via getApi().getAll(), getApi().create(), etc.

Environment Variables

VariableDescriptionDefault
RATIONALBLOKS_API_KEYYour API key (required for stdio; HTTP clients send it as a Bearer token per request)-
TRANSPORTstdio or httpstdio
HOST / PORTBind address for TRANSPORT=http0.0.0.0 / 8000
LOGICBLOK_URLLogicBlok gateway base URLhttps://logicblok.rationalbloks.com
RATIONALBLOKS_DEBUGPrint full tracebacks on startup errorsunset

Support

  • Documentation: rationalbloks.com/docs
  • Email: support@rationalbloks.com

License

Proprietary - Copyright 2026 RationalBloks. All Rights Reserved.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • K
    Kaneo

    Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients

    πŸ’» Developer Tools0 views
    Compare vs Kaneo β†’
  • Formio MCP logoFormio MCP

    Create and manage Form.io forms, resources, actions, roles, and projects from your AI agent.

    πŸ’» Developer Tools2 views
    Compare vs Formio MCP β†’
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    πŸ’» Developer Tools0 views
    Compare vs Tldraw β†’
  • Payram Helper MCP Server logoPayram Helper MCP Server

    Remote MCP server to integrate and validate self-hosted Payram deployments.

    πŸ’» Developer Tools1 views
    Compare vs Payram Helper MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about RationalBloks

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "rationalbloks": { "command": "npx", "args": ["-y", "RationalBloks"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRationalBloks AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/rationalbloks?style=directory)](https://allmcps.com/mcp/rationalbloks)
HTML Embed
<a href="https://allmcps.com/mcp/rationalbloks"><img src="https://allmcps.com/api/badge/rationalbloks?style=directory" alt="RationalBloks on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to RationalBloks β†’Install in Claude DesktopInstall in CursorInstall in VS Code