目录 / RationalBloks
MCP
需 API Key
未评级
已上架
RationalBloks
By providing a simple JSON configuration file to describe your data structure, the system generates for you: • 𝗙𝗮𝘀𝘁𝗔𝗣𝗜 𝗕𝗮𝗰𝗸𝗲𝗻𝗱: A full CRUD API implementation based on your JSON schema. • 𝗣𝗼𝘀𝘁𝗴𝗿𝗲𝗦𝗤𝗟 𝗗𝗮𝘁𝗮𝗯𝗮𝘀𝗲: Production-ready, with an Alembic migration system built-in (fully trackable by Git). • 𝗦𝗲𝗰𝘂𝗿𝗶𝘁𝘆: Production-ready JWT authentication built-in. • 𝗖𝗹𝗼𝘂𝗱 𝗜𝗻𝗳𝗿𝗮𝘀𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗲: Fully managed and production-ready with built-in staging and production environments.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:RATIONALBLOKS_API_KEY)
- 端点
https://rationalbloks--rationalbloks.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"RationalBloks": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://rationalbloks--rationalbloks.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| list_projects | List all your RationalBloks projects with their status and URLs |
| get_project | Get detailed information about a specific project |
| get_schema | Get the JSON schema definition of a project |
| get_user_info | Get information about the authenticated user |
| get_job_status | Check the status of a deployment job |
| get_project_info | Get detailed project info including deployment status and resource usage |
| get_version_history | Get the deployment and version history (git commits) for a project |
| get_template_schemas | Get available template schemas for creating new projects |
| get_subscription_status | Get your subscription tier, limits, and usage |
| get_project_usage | Get resource usage metrics (CPU, memory) for a project |
| get_schema_at_version | Get the schema as it was at a specific version/commit |
| create_project | Create a new RationalBloks project from a JSON schema |
| update_schema | Update a project's schema (saves to database, does NOT deploy) |
| deploy_staging | Deploy a project to the staging environment |
| deploy_production | Promote staging to production (requires paid plan) |
| delete_project | Delete a project (removes GitHub repo, K8s deployments, and database) |
| rollback_project | Rollback a project to a previous version |
| rename_project | Rename a project (changes display name, not project_code) |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。