Skip to main content
GET
/
api
/
mcp
/
apps
List Mcp Apps
curl --request GET \
  --url https://api.example.com/api/mcp/apps \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://docs.xagent.run/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

search
string | null
category
string | null
default:All
location
string | null
default:remote
status
string | null
default:all

Response

Successful Response