Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 3.33 KB

File metadata and controls

45 lines (28 loc) · 3.33 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.


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.

Usage examples


Quick links for plugins: MCP_SERVER_CAPABILITIES · Plugins index · CONTEXT_FOR_AI · CONTEXT_FOR_AI MCP.