Skip to main content
GET
/
connect
/
{namespace}
List connections
curl --request GET \
  --url https://api.smithery.ai/connect/{namespace} \
  --header 'Authorization: Bearer <token>'
{
  "connections": [
    {
      "connectionId": "clever-dolphin-a9X3",
      "name": "<string>",
      "mcpUrl": "<string>",
      "metadata": {},
      "transport": "http",
      "mock": {
        "enabled": true,
        "scenario": "Slack workspace with an active #community-ops channel containing recent event-planning messages, plus 50 Airtable candidate records with mixed tenure and interests."
      },
      "iconUrl": "<string>",
      "createdAt": "<string>",
      "status": {
        "state": "<string>"
      },
      "serverInfo": {
        "name": "<string>",
        "version": "<string>",
        "title": "<string>",
        "icons": [
          {
            "src": "<string>",
            "mimeType": "<string>",
            "sizes": [
              "<string>"
            ],
            "theme": "light"
          }
        ],
        "websiteUrl": "<string>",
        "description": "<string>"
      }
    }
  ],
  "nextCursor": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://smithery.ai/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Smithery API key as Bearer token

Path Parameters

namespace
string
required

Query Parameters

limit
integer

Maximum number of items to return (default 100, max 100)

Required range: 1 <= x <= 100
Example:

50

cursor
string

Pagination cursor from previous response's nextCursor

name
string

Filter by exact connection name

mcpUrl
string

Filter by exact MCP server URL

Response

List of connections

connections
object[]
required
nextCursor
string | null
required

Cursor for next page, null if no more results