GRAVALIST

Standalone Developer & MCP Marketing Portal

The Power of Decoupled Telemetry

Standard mobile operating systems aggressively restrict background processes, making real-time telemetry computation, caching, and custom routing widgets incredibly difficult to sustain. Gravalist bridges this gap by exposing a completely standalone, read-only developer microservice. Tech-savvy cyclists and brand engineers can now pull live gravel routes, cached Predictive Wind and Rain pacing metrics, and Model Context Protocol (MCP) schemas directly into their custom head-units, local widgets, or autonomous LLM agents out-of-band.

πŸ—ΊοΈ

High-End Gravel Routes

Query precise, curated 500-Series gravel routes containing micro-elevation maps, grade changes, start sectors, and surface breakdowns.

πŸ’¨

Debounced Weather Pacing

Retrieve predictive weather forecasts mapped specifically to rider-speed intervals, giving you absolute clarity on wind direction shifts ahead.

πŸ€–

MCP Agent Integration

Integrate our JSON-standard MCP manifest to allow local AI agents to autonomously scout route gaps and identify locked gates.

GETTING STARTED IN 3 STEPS

Step 1

Create Profile

Navigate to app.gravalist.com, complete your registration, and generate your secure developer key from your dashboard console.

Step 2

Clone Repository

Fetch the starter kits, integration wrappers, and the local Model Context Protocol node service assets directly from our active GitHub project.

Step 3

Query Telemetry

Pass your secure access token inside the x-api-key headers to start streaming granular route geometries or invoking tools.

API ENDPOINT SPECIFICATIONS

GET /api/v1/routes

Retrieves a rich listing of premium gravel routes containing micro-elevation data and safety sector mappings.

curl -H "x-api-key: gravalist_dev_key_2026" http://localhost:8080/api/v1/routes
GET /api/v1/routes/:id/weather

Retrieves pre-computed, debounced predictive wind, rain, and temperature pacing intervals mapped to the specific route ID.

curl -H "x-api-key: gravalist_dev_key_2026" http://localhost:8080/api/v1/routes/7BMjtSWOAzSLSERCX8wp/weather
GET /mcp/manifest

Retrieves the official Model Context Protocol (MCP) server JSON manifest, defining active tools for LLM agent integration.

curl http://localhost:8080/mcp/manifest

SERVICE STATUS

99.9%
API SLA Uptime
Active
MCP Core Service

PRODUCTION HOST

Deployments point to our production domains out-of-band:

developers.gravalist.com