Skip to main content
Glama

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

search_spaces

GET /api/discovery/spaces

Geo-search published spaces (lat/lng/radius + optional filters)

get_space_details

GET /api/discovery/spaces/:id

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 build

Requires the backend running (default http://localhost:8000pnpm dev in espaciarte-backend/ with the DB up).

Configuration

Single env var:

Var

Default

Purpose

BACKEND_BASE_URL

http://localhost:8000

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 server

Or 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.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that enables AI agents to interact with the SpaceTraders API, managing agents, fleets, contracts, and trading operations in the SpaceTraders universe.
    Last updated
    MIT
  • A
    license
    -
    quality
    F
    maintenance
    An 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 updated
    17
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP 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 updated
    6
    65
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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