Skip to content

Commit 7b00336

Browse files
author
Pequi Bot
committed
docs: README/SYSTEM.md tools 7->10, MCP server v0.3.1, well-known card synced with 10 tools
1 parent 3e914b6 commit 7b00336

4 files changed

Lines changed: 35 additions & 11 deletions

File tree

.well-known/mcp/server-card.json

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,63 @@
11
{
22
"serverInfo": {
33
"name": "Pequi API",
4-
"version": "0.1.0",
5-
"description": "Colombia's first real estate data API — properties, neighborhoods, price benchmarks, geocoding, contracts, and payments"
4+
"version": "0.3.1",
5+
"description": "Colombia real estate data API"
66
},
77
"authentication": {
88
"required": false
99
},
1010
"tools": [
1111
{
1212
"name": "search_properties",
13-
"description": "Search real estate listings in Colombian cities with filters for type, neighborhood, price, bedrooms, bathrooms, stratum, and operation"
13+
"description": "Search real estate listings"
1414
},
1515
{
1616
"name": "get_barrios",
17-
"description": "Get all neighborhoods with GIS coordinates and socioeconomic data for Ibagué (64) and Bogotá (212)"
17+
"description": "Neighborhoods with GIS and estratos"
1818
},
1919
{
2020
"name": "get_benchmarks",
21-
"description": "Get price benchmarks per m² broken down by neighborhood, property type, and stratum"
21+
"description": "Price benchmarks per m\u00b2"
2222
},
2323
{
2424
"name": "geocode",
25-
"description": "Convert Colombian addresses to GIS coordinates"
25+
"description": "Convert Colombian addresses to GIS"
26+
},
27+
{
28+
"name": "get_uvr",
29+
"description": "Current UVR from BanRep"
30+
},
31+
{
32+
"name": "get_ipc",
33+
"description": "Annual IPC inflation"
34+
},
35+
{
36+
"name": "calculate_rent_increase",
37+
"description": "Max legal rent increase under Ley 820"
38+
},
39+
{
40+
"name": "get_upzs",
41+
"description": "Bogot\u00e1 UPZ boundaries"
42+
},
43+
{
44+
"name": "get_cadastral_valuation",
45+
"description": "IGAC cadastral values"
46+
},
47+
{
48+
"name": "get_mortgage_rates",
49+
"description": "Mortgage rates from 10 banks"
2650
}
2751
],
2852
"resources": [
2953
{
3054
"uri": "pequi://ibague",
31-
"name": "Ibagué Neighborhood Data",
55+
"name": "Ibagu\u00e9 Neighborhood Data",
3256
"mimeType": "application/json"
3357
},
3458
{
3559
"uri": "pequi://bogota",
36-
"name": "Bogotá Neighborhood Data",
60+
"name": "Bogot\u00e1 Neighborhood Data",
3761
"mimeType": "application/json"
3862
}
3963
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ Add to `claude_desktop_config.json`:
514514
}
515515
```
516516

517-
### Available MCP Tools (7)
517+
### Available MCP Tools (10)
518518

519519
| Tool | Description |
520520
|------|-------------|

SYSTEM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ xpequi-api/
2525
│ │ └── tsconfig.json
2626
│ │
2727
│ ├── mcp-server/ # MCP server (@MCPVOT/mcp-server)
28-
│ │ ├── src/index.ts # 7 MCP tools
28+
│ │ ├── src/index.ts # 10 MCP tools
2929
│ │ ├── package.json
3030
│ │ └── examples/ # Usage examples for Claude/Cursor/Copilot
3131
│ │

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@MCPVOT/mcp-server",
3-
"version": "0.2.0",
3+
"version": "0.3.1",
44
"description": "MCP server for Pequi \u2014 Colombia's first real estate data API. Search properties, lookup neighborhoods, get price benchmarks, and geocode addresses in Ibagu\u00e9.",
55
"author": "Pequi (xpequi.xyz)",
66
"license": "MIT",

0 commit comments

Comments
 (0)