Skip to main content
GET
/
api
/
mcps
/
*
Connector proxy
curl --request GET \
  --url 'https://api.compose.market/api/mcps/*'

Documentation Index

Fetch the complete documentation index at: https://docs.compose.market/llms.txt

Use this file to discover all available pages before exploring further.

Connector proxy routes map API paths to the connector service and forward the caller body. The gateway adds the runtime internal token when it calls the connector service.

Routes

MethodPathConnector target
Any/api/mcps/*/mcps/*
Any/api/onchain/*/onchain/*

Headers

Authorization
string
Forwarded to the connector service. The gateway also adds its internal bearer token.

Body

The gateway does not reshape connector bodies. For non-GET and non-HEAD requests, it forwards the raw JSON body.