AgentMarketMCP / SKILL 资产档案馆

目录 / 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_projectsList all your RationalBloks projects with their status and URLs
get_projectGet detailed information about a specific project
get_schemaGet the JSON schema definition of a project
get_user_infoGet information about the authenticated user
get_job_statusCheck the status of a deployment job
get_project_infoGet detailed project info including deployment status and resource usage
get_version_historyGet the deployment and version history (git commits) for a project
get_template_schemasGet available template schemas for creating new projects
get_subscription_statusGet your subscription tier, limits, and usage
get_project_usageGet resource usage metrics (CPU, memory) for a project
get_schema_at_versionGet the schema as it was at a specific version/commit
create_projectCreate a new RationalBloks project from a JSON schema
update_schemaUpdate a project's schema (saves to database, does NOT deploy)
deploy_stagingDeploy a project to the staging environment
deploy_productionPromote staging to production (requires paid plan)
delete_projectDelete a project (removes GitHub repo, K8s deployments, and database)
rollback_projectRollback a project to a previous version
rename_projectRename a project (changes display name, not project_code)
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。