Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEMANTIC_API_KEY | Yes | Your Semantic API key | |
| SEMANTIC_API_URL | No | API base URL override | https://semanticapi.dev |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| semantic_query | Search for an API capability using natural language. |
| semantic_discover | Deep discovery of a specific provider/API by name and intent. |
| semantic_discover_url | Analyze any API from its documentation URL. Generates a full provider config. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |