← proquiro.com

INDIVIDUAL MCP TOOL

get_doc

Fetch the full text of one document by the id returned from search_docs (e.g.

proquiro.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://proquiro.com/mcp/docs

No auth detected

Connect to this endpoint to inspect the live schema for get_doc 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

proquiro.com

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.proquiro-docs]
url = "https://proquiro.com/mcp/docs"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "proquiro-docs": {
      "type": "http",
      "url": "https://proquiro.com/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: proquiro-docs
Remote MCP URL: https://proquiro.com/mcp/docs

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": {
    "proquiro-docs": {
      "url": "https://proquiro.com/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "proquiro-docs": {
      "type": "http",
      "url": "https://proquiro.com/mcp/docs"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "proquiro-docs",
  "transport": "streamable-http",
  "url": "https://proquiro.com/mcp/docs"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_docs — Search Proquiro documentation — help articles, the land-terminology glossary, and guides — for a natural-language question or keywords.
  • list_docs — List every available document id, title, and URL.