Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
API_KEY | No | API key for authentication (used as Bearer token) | |
API_BASE_URL | Yes | Base URL for your API (e.g., https://api.example.com) | |
API_DOCS_URL | No | Direct URL to Swagger/OpenAPI JSON/YAML (optional, will be auto-discovered) | |
API_PASSWORD | No | Password for basic authentication | |
API_USERNAME | No | Username for basic authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
fetch_swagger_info | Fetch Swagger/OpenAPI documentation to discover available API endpoints |
list_endpoints | List all available API endpoints after fetching Swagger documentation |
get_endpoint_details | Get detailed information about a specific API endpoint |
execute_api_request | Execute an API request to a specific endpoint |
validate_api_response | Validate an API response against the schema from Swagger documentation |