INDIVIDUAL MCP TOOL
search
Use this when an MCP host needs to search published agentic-graph Source Files and return stable document IDs for the `fetch` tool.
LIVE ENDPOINT
https://airvio.co/agentic-graph/mcp
Connect to this endpoint to inspect the live schema for search and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.agentic-graph]
url = "https://airvio.co/agentic-graph/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentic-graph": {
"type": "http",
"url": "https://airvio.co/agentic-graph/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentic-graph
Remote MCP URL: https://airvio.co/agentic-graph/mcp
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": {
"agentic-graph": {
"url": "https://airvio.co/agentic-graph/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentic-graph": {
"type": "http",
"url": "https://airvio.co/agentic-graph/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentic-graph",
"transport": "streamable-http",
"url": "https://airvio.co/agentic-graph/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
fetch— Use this when an MCP host needs the complete published agentic-graph Source File for an ID returned by `search`.list_source_files— Use this when an MCP host needs the published agentic-graph Source Files index as markdown.read_source_file— Use this when an MCP host knows a published agentic-graph canonical path and needs that Editor Workspace markdown content.read_shared_document— Use this when an MCP host has a agentic-graph share token or public agentic-graph share/document URL and needs the published markdown content.inspect_shared_document_structure— Use this when an MCP host has a agentic-graph share token or public agentic-graph share/document URL and needs frontmatter/body structure without mutating the document.inspect_agent_surface— Use this when an MCP Apps-capable host or generic MCP client needs to inspect agentic-graph agent-ready discovery, MCP Apps readiness, OpenAPI, and skill metadata.