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:

Connected software                        CoreSpeed-hosted capabilities
OAuth account + member/org context        Memory and built-in tools
                 \                        /
                  POST /mcp → tools/list

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.