OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"Ramp MCP Remote","description":"A hosted MCP server to allow LLMs to talk to Ramp","version":"0.2.0"},"paths":{"/health":{"get":{"summary":"Health","description":"Health check endpoint for monitoring.","operationId":"health_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/execute_query":{"post":{"tags":["legacy"],"summary":"Execute Query","description":"Execute a SQL query on the database.",