Skip to content

Latest commit

 

History

History
87 lines (52 loc) · 5.78 KB

File metadata and controls

87 lines (52 loc) · 5.78 KB

MCP and AgentStack Ecosystem — Index

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

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


HTTP API (OpenAPI)

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


MCP (Model Context Protocol)

MCP endpoints

  • 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, rag, …).
  • 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.

RAG Platform (v0.4.3)

Retrieval-Augmented Generation as a platform service: collections, document ingest, hybrid search, conversational memory, MCP rag.* actions, dashboard module rag.

  • RAG_PLATFORM_GUIDE.md — Architecture (TurboQuant, chunking, vector store, memory), REST /api/rag/*, MCP tools, subscription limits, AI Builder integration.
  • api/rag.md — REST route table and links to Swagger.

Sandboxes & environments (v0.4.2)

Isolated environments on 8DNA generations: fork, checkpoint, promote, rollback, A/B tests, canary, segments, shadow writes.


Access control (FAP)


Usage examples


Subscriptions (reference)


Quick links: OpenAPI · MCP_SERVER_CAPABILITIES · RAG guide · Sandbox Playground · Plugins index · CONTEXT_FOR_AI · CONTEXT_FOR_AI MCP · Access & FAP.