CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

RationalBloks

rationalbloks/rationalbloks-mcp
118 toolsauthSTDIO, HTTPregistry active
Summary

Turns Claude into a deployment agent for RationalBloks, the backend-as-a-service platform. Exposes 44 tools split between relational projects (create, update, deploy to staging/production, rollback) and Neo4j graph databases (schema management, node/relationship CRUD, traversal, full-text search). You provide a JSON schema defining your entities and fields, the server handles deployment to Kubernetes and returns a production REST API. The workflow is conversational: describe your data model, let Claude generate the schema, deploy it, then manage versions and rollbacks through chat. Useful when you want to prototype APIs without writing backend code or need to give an AI agent control over your RationalBloks infrastructure.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

18 tools
list_projectsList all your RationalBloks projects with their status and URLs

List all your RationalBloks projects with their status and URLs

No parameter schema in public metadata yet.

get_projectGet detailed information about a specific project1 params

Get detailed information about a specific project

Parameters* required
project_idstring
Project ID (UUID)
get_schemaGet the JSON schema definition of a project1 params

Get the JSON schema definition of a project

Parameters* required
project_idstring
Project ID (UUID)
get_user_infoGet information about the authenticated user

Get information about the authenticated user

No parameter schema in public metadata yet.

get_job_statusCheck the status of a deployment job1 params

Check the status of a deployment job

Parameters* required
job_idstring
Job ID returned from deployment operations
get_project_infoGet detailed project info including deployment status and resource usage1 params

Get detailed project info including deployment status and resource usage

Parameters* required
project_idstring
Project ID (UUID)
get_version_historyGet the deployment and version history (git commits) for a project1 params

Get the deployment and version history (git commits) for a project

Parameters* required
project_idstring
Project ID (UUID)
get_template_schemasGet available template schemas for creating new projects

Get available template schemas for creating new projects

No parameter schema in public metadata yet.

get_subscription_statusGet your subscription tier, limits, and usage

Get your subscription tier, limits, and usage

No parameter schema in public metadata yet.

get_project_usageGet resource usage metrics (CPU, memory) for a project1 params

Get resource usage metrics (CPU, memory) for a project

Parameters* required
project_idstring
Project ID (UUID)
get_schema_at_versionGet the schema as it was at a specific version/commit2 params

Get the schema as it was at a specific version/commit

Parameters* required
versionstring
Commit SHA of the version
project_idstring
Project ID (UUID)
create_projectCreate a new RationalBloks project from a JSON schema3 params

Create a new RationalBloks project from a JSON schema

Parameters* required
namestring
Project name
schemaobject
JSON schema defining your data model with tables and fields
descriptionstring
Optional project description
update_schemaUpdate a project's schema (saves to database, does NOT deploy)2 params

Update a project's schema (saves to database, does NOT deploy)

Parameters* required
schemaobject
New JSON schema for the project
project_idstring
Project ID (UUID)
deploy_stagingDeploy a project to the staging environment1 params

Deploy a project to the staging environment

Parameters* required
project_idstring
Project ID (UUID)
deploy_productionPromote staging to production (requires paid plan)1 params

Promote staging to production (requires paid plan)

Parameters* required
project_idstring
Project ID (UUID)
delete_projectDelete a project (removes GitHub repo, K8s deployments, and database)1 params

Delete a project (removes GitHub repo, K8s deployments, and database)

Parameters* required
project_idstring
Project ID (UUID)
rollback_projectRollback a project to a previous version3 params

Rollback a project to a previous version

Parameters* required
versionstring
Commit SHA or version to rollback to
project_idstring
Project ID (UUID)
environmentstring
Environment: staging or production (default: staging)
rename_projectRename a project (changes display name, not project_code)2 params

Rename a project (changes display name, not project_code)

Parameters* required
namestring
New display name for the project
project_idstring
Project ID (UUID)

RationalBloks MCP Server

Deploy production APIs in minutes. 44 tools for projects, schemas, deployments, and graph data.

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.

"Create a task management API with tasks, projects, and users"
→ 2 minutes later: Production API running on Kubernetes

Installation

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 / Cursor - Add to settings.json:

{
  "mcp.servers": {
    "rationalbloks": {
      "command": "rationalbloks-mcp",
      "env": {
        "RATIONALBLOKS_API_KEY": "rb_sk_your_key_here"
      }
    }
  }
}

Claude Desktop - Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rationalbloks": {
      "command": "rationalbloks-mcp",
      "env": {
        "RATIONALBLOKS_API_KEY": "rb_sk_your_key_here"
      }
    }
  }
}

44 Tools

Relational Read Operations (11 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_subscription_statusPlan and usage limits
get_project_usageCPU/memory metrics
get_schema_at_versionSchema at specific commit

Relational Write Operations (7 tools)

ToolDescription
create_projectCreate new project from schema
update_schemaUpdate project schema
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:

{
  "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:

{
  "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:

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)-
RATIONALBLOKS_TIMEOUTRequest timeout (seconds)30
RATIONALBLOKS_LOG_LEVELLog levelINFO

Support

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

License

Proprietary - Copyright 2026 RationalBloks. All Rights Reserved.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

RATIONALBLOKS_API_KEY*secret

Your RationalBloks API key (get it from rationalbloks.com/settings)

Categories
Data & Analytics
Registryactive
Packagerationalbloks-mcp
TransportSTDIO, HTTP
AuthRequired
UpdatedFeb 7, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.