Analytics
proquiro.com
This server provides tools for land real estate analysis, including unit conversion, price calculations, ROI, and cost estimation.
ENDPOINT 1
https://proquiro.com/mcp
MCP server metadata
- Name
- proquiro-land-tools
- Version
- 1.0.0
Use these tools to compute Indian land acquisition metrics: unit conversion, price-per-sqft, ROI, guideline-value premium, full acquisition cost. All inputs in INR or named area units.
Known tools 6
land_area_convertConvert a land area value between Indian land measurement units (sqft, sqm, sqyd, acre, hectare, cent, ground, guntha, biswa, bigha, kanal, marla, katha, dismil, ankanam).
Inferred read-onlyprice_per_sqftCalculate price per square foot, square meter, and price per the supplied unit for a land parcel.
Inferred read-onlyland_roiCalculate land investment return: total profit, total ROI, and annualized ROI.
Inferred read-onlyguideline_value_checkCompare government guideline value (circle rate / jantri / ready reckoner) against market rate.
Inferred read-onlyland_acquisition_costCalculate full land acquisition cost including stamp duty, registration, brokerage, legal fees, and other costs.
Inferred read-onlyproquiro_roiEstimate annual ROI of replacing manual land acquisition coordination with Proquiro.
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.proquiro-land-tools]
url = "https://proquiro.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"proquiro-land-tools": {
"type": "http",
"url": "https://proquiro.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: proquiro-land-tools
Remote MCP URL: https://proquiro.com/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": {
"proquiro-land-tools": {
"url": "https://proquiro.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"proquiro-land-tools": {
"type": "http",
"url": "https://proquiro.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "proquiro-land-tools",
"transport": "streamable-http",
"url": "https://proquiro.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://proquiro.com/mcp/docs
MCP server metadata
- Name
- proquiro-docs
- Version
- 1.0.0
Search and read Proquiro documentation. Start with search_docs for a question, then get_doc for the full text of a match. Every result carries the public URL, so cite that rather than paraphrasing without a source.
Known tools 3
search_docsSearch Proquiro documentation — help articles, the land-terminology glossary, and guides — for a natural-language question or keywords.
Inferred read-onlyget_docFetch the full text of one document by the id returned from search_docs (e.g.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for proquiro.com was fetched 2026-08-03T14:42:18.230Z and is being refreshed.
proquiro.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.