General Tools
avva.chat
Provides search and retrieval of expert profiles and their MCP connector URLs for AI agents to consult them.
ENDPOINT 1
https://avva.chat/mcp-catalog
MCP server metadata
- Name
- avva-catalog
- Version
- 1.0.0
The Avva expert catalog: professionals publish their real past decisions as models your agent can consult before it answers. This server is discovery only — search the catalog, fetch one expert, then connect that expert’s own MCP URL (returned by fetch) to actually consult them. Coverage labels describe breadth of approved decisions, never predictive accuracy.
Known tools 2
fetchFull catalog card for one expert by id (their slug), including the MCP connector URL your agent connects to consult them.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.avva-catalog]
url = "https://avva.chat/mcp-catalog"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"avva-catalog": {
"type": "http",
"url": "https://avva.chat/mcp-catalog"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: avva-catalog
Remote MCP URL: https://avva.chat/mcp-catalog
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"avva-catalog": {
"url": "https://avva.chat/mcp-catalog"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"avva-catalog": {
"type": "http",
"url": "https://avva.chat/mcp-catalog"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "avva-catalog",
"transport": "streamable-http",
"url": "https://avva.chat/mcp-catalog"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.