Checking MCP Server Status and Configuration
Using HasMCP UI
The easiest way to check a server’s configuration is to open its details page in the HasMCP dashboard. The UI will show you the configured name, instructions, and list all active provider and tool mappings.Using REST API
To check the current configuration and inferred status of an MCP server programmatically, you should utilize theGET /servers/{id} endpoint.
Reading the Configuration
When you retrieve the server details, you receive a comprehensive JSON object representing its current state in the HasMCP platform:- Configuration Verification: Inspect the
providers,tools,resources, andpromptsarrays to guarantee that the server has all the capabilities you expect. - Version Checking: Look at the
versioninteger and theupdatedAttimestamp to confirm if your most recent updates (PATCHrequests) have been successfully applied. - Proxy Status: Check the
requestHeadersProxyEnabledboolean to verify your proxy security configuration.
GET /servers/{id}, developers can confirm deployment workflows are successful and assure their agent pipelines are connected to the most up-to-date environments.