Agent capabilities

Agent capabilities

Combine connected software, durable memory, and CoreSpeed-hosted tools behind one caller-specific MCP surface.

CoreSpeed keeps capability setup outside the agent runtime. A client authenticates once, asks MCP for its visible tools, and receives only the tools available to that member and organization.

The v0 capability model has two layers that converge on one MCP surface:

Two layers converge on one MCP surface: connected software (OAuth accounts scoped to member and organization context) and CoreSpeed-hosted capabilities (memory and built-in tools), both reached through POST /mcptools/list.

POST /mcptools/list
one authenticated surface, filtered to this caller

Two discovery questions

  • GET /connectors answers what software can this caller connect, and what account state already exists?
  • MCP tools/list answers what can this caller invoke right now?

The retired public /catalog is not part of the v0 discovery contract.