← drivecode.it
INDIVIDUAL MCP TOOL
get_full_context
Get extended context about this site: all major sections, API endpoints, pricing, capabilities, and FAQ.
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.drivecode-it]
url = "https://drivecode.it/api/mcp/YKKaf4_CJ9"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"drivecode-it": {
"type": "http",
"url": "https://drivecode.it/api/mcp/YKKaf4_CJ9"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: drivecode-it
Remote MCP URL: https://drivecode.it/api/mcp/YKKaf4_CJ9
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": {
"drivecode-it": {
"url": "https://drivecode.it/api/mcp/YKKaf4_CJ9"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"drivecode-it": {
"type": "http",
"url": "https://drivecode.it/api/mcp/YKKaf4_CJ9"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "drivecode-it",
"transport": "streamable-http",
"url": "https://drivecode.it/api/mcp/YKKaf4_CJ9"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_index— Get the structured llms.txt index of this site.fetch_page— Fetch the full text content of any page on this site.