Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 4.48 KB

File metadata and controls

53 lines (33 loc) · 4.48 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.

Scale (May 2026): 311 MCP tools · 463 catalog actions · 40 domains · one agentstack.execute for AI IDEs — PLATFORM_SCALE.md · MCP_CAPABILITY_MATRIX.md.

Using the website (dashboard)? See USER_FEATURES_GUIDE.md (English, end-user overview: dashboard, RAG, sandboxes, access control, subscriptions).

Integration map: MCP_OVERVIEW.md and api/mcp.md — MCP is the primary path for AI agents. For HTTP clients that do not speak MCP JSON-RPC, use 8DNA GET/POST /api/dna/data and Protein POST /api/commands/* (same stack as MCP commands.execute / commands.execute_batch).


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, commerce_rest for REST-only marketplace/exchange hints, etc.).
  • Commerce map (payments vs REST): MCP_OVERVIEW.md § commerce domains · GET /mcp/actions filter commerce_rest
  • 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_CAPABILITY_MATRIX · Plugins index · CONTEXT_FOR_AI · CONTEXT_FOR_AI MCP.