← trip2g.com
INDIVIDUAL MCP TOOL
expand
Walk a note's table of contents level by level (progressive disclosure).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.trip2g-mcp]
url = "https://trip2g.com/_system/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"trip2g-mcp": {
"type": "http",
"url": "https://trip2g.com/_system/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: trip2g-mcp
Remote MCP URL: https://trip2g.com/_system/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": {
"trip2g-mcp": {
"url": "https://trip2g.com/_system/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"trip2g-mcp": {
"type": "http",
"url": "https://trip2g.com/_system/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "trip2g-mcp",
"transport": "streamable-http",
"url": "https://trip2g.com/_system/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search notes by query.similar— Find related notes from a known note reference.note_html— Read a note.federated_search— Search connected knowledge bases.federated_similar— Find remote notes similar to a known note reference inside a connected knowledge base.federated_note_html— Read a remote note inside a connected knowledge base.federated_expand— Walk a remote note's table of contents level by level inside a connected knowledge base (progressive disclosure), same as expand.federated_instructions— Fetch the instructions/guidance for a federated knowledge base by kb_id (e.