Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 4.2 KB

File metadata and controls

58 lines (35 loc) · 4.2 KB

MCP and AgentStack Ecosystem — Index

Single entry point for MCP (Model Context Protocol) documentation, plugins, ecosystem API, and usage examples. Official repo: https://github.com/agentstacktech/AgentStack.


HTTP API (OpenAPI)

Explore and try REST endpoints interactively: OPENAPI.mdSwagger UI · ReDoc · openapi.json.


MCP (Model Context Protocol)

MCP

  • Base URL: https://agentstack.tech/mcp
  • Entrypoint: POST /mcp — body: { "steps": [ { "id": "...", "action": "projects.get_project", "params": {...} } ], "options": { "stopOnError": true } }
  • Action list for AI: GET /mcp/actions — all available action values by domain (projects, buffs, auth, payments, logic, assets, etc.).
  • Discovery: GET /mcp/discovery — protocol info and the single tool schema.
  • Capability map: plugins/CONTEXT_FOR_AI_MCP.md · MCP_CAPABILITY_MAP.md.

Plugins


Ecosystem data

  • ECOSYSTEM_API_IMPLEMENTATION.md — Working with data: existing endpoints (no versioned paths), quick start, example of mobile game data storage (user.data.game.progress). Project and user data: /api/projects/.../data, /api/dna/data, MCP.
  • architecture/DNA_KEY_VALUE_API.md — Data store (project.data, user.data), key-value API GET/POST /api/dna/data, 8DNA usage.

Sandboxes & access control

  • SANDBOX_AND_ENVIRONMENTS.md — Developer guide: environments, generations, fork/checkpoint/promote, A/B tests, canary rollout, segments, shadow writes, protected fields, REST /api/sandbox/*, React hooks, subscription limits.
  • ACCESS_AND_FIELD_POLICY.mdL1 API key service_caps, L2 RBAC, L3 Field Access Policy (FAP); global template; REST DataAccess summary; MCP data_access.* tools.

Usage examples


Quick links: OpenAPI · MCP_SERVER_CAPABILITIES · Plugins index · CONTEXT_FOR_AI · CONTEXT_FOR_AI MCP · Sandbox & environments · Access & FAP.