Generate polygon geometries from coordinate arrays using the PostGIS MCP Server. Define exterior and optional interior rings, and specify spatial reference system identifiers (SRIDs) for accurate spatial data creation.
Enables querying real-time and historical financial market data for stocks, options, forex, and crypto, including quotes, trades, technical indicators, and reference data through a set of MCP tools.
Search real estate transactions within a custom GeoJSON polygon. Retrieve notarial deeds by precise neighborhood boundaries for targeted price analysis.
Subtract one polygon from another to find the area in polygon1 not covered by polygon2. Compute exclusion zones or uncovered service areas offline without API calls.
Retrieve on-chain balance for any EVM wallet address across multiple chains (Base, Ethereum, Polygon, Arbitrum). Supports ERC-20 tokens by symbol or contract address. Use chain='all' for parallel multi-chain lookup.
Retrieve wallet balances on Polygon (chain ID 137) including native MATIC and all ERC-20 tokens with contract address, symbol, decimals, and USD value when available.
Query balances, transaction receipts, and contract outputs across Base, Ethereum, Polygon, Arbitrum, and Optimism via read-only JSON-RPC. No write access, so it's safe.
Look up live EVM transaction status and receipt by hash to confirm payment settlement or detect reverted transactions. Supports base, ethereum, polygon, arbitrum, optimism.
Computes the smallest convex polygon containing a set of points for bounding area analysis, coverage estimation, or location wrapping. Works offline without API calls.
Find setup instructions for Polygon, Databento, Onyx, or FRED market data providers: required environment variables, API key sources, and free tier details.
Retrieve a lightweight contract status including status string, per-party signed flag, and polygon-anchor flag. Use for polling in long-running flows to reduce costs.
Find which polygon feature contains a specific coordinate by submitting latitude, longitude, and a dataset UUID. Returns matching feature properties or indicates no match.
Test geographic points against a polygon to return only those inside. Enables delivery zone validation, fleet geofencing, and customer segmentation offline.
Reduce vertices in LineString or Polygon geometry to simplify shapes and decrease file size without losing essential form. Ideal for improving map rendering performance.