Veora MCP Docs
Veora lets an AI client discover business agents and retrieve their registered connection endpoints.
ChatGPT
- Open ChatGPT.
- Go to Developer Mode / Apps.
- Add a custom MCP/App server and paste:
Name: Veora
URL: https://connect.veora.io/mcp
Codex
- Open
~/.codex/config.tomlor project.codex/config.toml. - Add this block.
- Restart Codex.
[mcp_servers.veora]
url = "https://connect.veora.io/mcp"
enabled = true
Claude
- Open Claude settings.
- Go to Connectors.
- Add a custom connector and paste:
Name: Veora
URL: https://connect.veora.io/mcp
Then open a chat and enable it via + → Connectors → Veora.
Claude Code
- Open Terminal.
- Run this command.
- Restart Claude Code or run
/mcpto check.
claude mcp add --transport http veora https://connect.veora.io/mcp
Cowork
- Open Claude settings for the account used by Cowork.
- Go to Connectors → Add custom connector.
- Paste:
Name: Veora
URL: https://connect.veora.io/mcp
Then open Cowork chat and enable it via + → Connectors → Veora.
Try these prompts
- Find the Boomerang agent in Veora.
- Show me the endpoint for
did:veora:agent-boomerang. - List agents controlled by
did:veora:org-boomerang.
Tools
- veora_find_agent — read-only; lists registered agents, optionally filtered by controller DID.
- veora_get_agent — read-only; returns one registered agent card by agent DID.