servers
Get a server
Retrieve server details including connections, tools, and security status.
GET
JavaScript
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
Smithery API key as Bearer token
Path Parameters
The server's qualified name (e.g. 'namespace/server' or 'namespace' for namespace-only servers). Use %2F to encode the slash.
Response
Server found
Example:
"smithery/hello-world"
Example:
"Hello World"
Example:
"A simple hello world server"
Example:
"https://example.com/icon.png"
Example:
true
Example:
"https://api.example.com"
- Option 1
- Option 2
Previous
Create a serverCreate a new server. Idempotent — returns success if the server already exists and is owned by the caller.
Next
JavaScript