api-reference
REST API
Services

REST API - Services

Service discovery and management endpoints.

Try it out

List Services

Get all available MCP services.

Endpoint: GET /api/v1/services

Response:

[
  {
    "id": "ndbc",
    "name": "NOAA Buoys",
    "description": "Ocean observations from NDBC buoy network",
    "domain": "ocean",
    "temporal_pattern": "periodic",
    "port": 3100,
    "status": "active"
  }
]

Get Service Metadata

Get detailed information about a specific service.

Endpoint: GET /api/v1/services/:id

Service Health Check

Check the health status of a service.

Endpoint: GET /api/v1/services/:id/health

Service MCP Endpoint

Execute MCP protocol requests for a service.

Endpoint: POST /api/v1/services/:id/mcp

MCP Protocol Tester

Protocol Flow