Skip to main content
GET
/
api
/
mcps
List MCP Server
curl --request GET \
  --url https://api.example.com/api/mcps \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "command": "<string>",
    "args": [
      "<string>"
    ],
    "enabled": true,
    "created_at": "<string>",
    "updated_at": "<string>",
    "env": {}
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt

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

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful Response

id
string
required
name
string
required
command
string
required
args
string[]
required
enabled
boolean
required
created_at
string
required
updated_at
string
required
env
Env · object