Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Optional debug logging configuration (e.g., xapihub:*) | |
| XAPIHUB_TOKEN | Yes | Your XAPIHub bearer token | |
| XAPIHUB_BASE_URL | Yes | The base URL for the XAPIHub API (e.g., https://api-dev.xapihub.io) | https://api-dev.xapihub.io |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_user | Get current user details from XAPIHub API |
| test_xapihub_connection | Test connection to XAPIHub API |
| get_accessed_organizations | Get recent accessed organizations from XAPIHub API |
| get_recent_accessed_projects | Get recent accessed projects for a specific organization from XAPIHub API |
| search_projects | Search for projects in an organization with comprehensive filtering and pagination options |
| get_catalogues | Get catalogues for a specific organization and project from XAPIHub API |
| get_api_details | Get API details for a specific catalogue collection using filter endpoint from XAPIHub API |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |