espaciarte-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@espaciarte-mcpFind art galleries within 5km of downtown Monterrey"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
espaciarte-mcp
Minimal MCP server exposing Espaciarte's public space discovery to external AI clients (Claude Desktop, Cursor). A thin, read-only wrapper over the backend REST API — no database access, no LLM calls, no auth, no secrets.
Tools
Tool | Wraps | Purpose |
|
| Geo-search published spaces ( |
|
| Full public detail of one published space |
The backend already handles privacy (published spaces only, obfuscated locations, no PII); this server returns its responses untouched.
Related MCP server: geocontext
Setup
pnpm install
pnpm buildRequires the backend running (default http://localhost:8000 — pnpm dev in espaciarte-backend/ with the DB up).
Configuration
Single env var:
Var | Default | Purpose |
|
| Espaciarte backend URL |
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"espaciarte": {
"command": "node",
"args": ["/Users/vicentecantu/Development/espaciarte/espaciarte-mcp/dist/index.js"],
"env": { "BACKEND_BASE_URL": "http://localhost:8000" }
}
}
}Cursor (~/.cursor/mcp.json or .cursor/mcp.json)
{
"mcpServers": {
"espaciarte": {
"command": "node",
"args": ["/Users/vicentecantu/Development/espaciarte/espaciarte-mcp/dist/index.js"],
"env": { "BACKEND_BASE_URL": "http://localhost:8000" }
}
}
}Smoke test
pnpm smoke # 9-check battery: both tools live, error paths, privacy fields (needs backend up)
pnpm inspect # MCP Inspector UI against the built serverOr headless: npx @modelcontextprotocol/inspector --cli node dist/index.js --method tools/list
Note: local seed data is geo-centered on Monterrey (25.6866, -100.3161) — searches around other cities correctly return 0 items.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that enables AI agents to interact with the SpaceTraders API, managing agents, fleets, contracts, and trading operations in the SpaceTraders universe.Last updatedMIT
- Alicense-qualityFmaintenanceAn experimental MCP server providing spatial context for LLMs by interfacing with French Geoplateforme services. It enables tasks such as geocoding, altitude lookups, and querying administrative, cadastral, or urban planning data.Last updated174MIT
- AlicenseAqualityDmaintenanceMCP server for spatial queries via the Terranode Geospatial API, enabling AI agents to perform point-in-polygon lookups, nearest feature search, distance calculations, and spatial joins.Last updated665MIT
- Flicense-qualityBmaintenancePython MCP server for querying Overture Maps building footprint data via address search, building lookups, and nearby building listings.Last updated
Related MCP Connectors
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
Geo-based flight search MCP server. Find more flights between any two places on earth
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vicentesiis/espaciarte-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server