connect
List connections
List all connections in a namespace. Supports filtering by metadata using metadata.{key}={value} query params.
get/{namespace}
Path parameters
namespacestring required
Query parameters
limitinteger
Example:50
Maximum number of items to return (default 100, max 100)
cursorstring
Pagination cursor from previous response's nextCursor
namestring
Filter by exact connection name
mcpUrlstring
Filter by exact MCP server URL
Response
List of connections
Example response
{
"connections": [
{
"connectionId": "clever-dolphin-a9X3",
"mock": {
"scenario": "Slack workspace with an active #community-ops channel containing recent event-planning messages, plus 50 Airtable candidate records with mixed tenure and interests."
}
}
]
}Changes
Changed in 2 of the 47 revisions of this API.2
- ○
api operation id
get:namespaceremoved and replaced withgetSmithery.run:namespaceapi-operation-id-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○