thinkneo_provider_status
ActiveTool of ThinkNEO MCP Server
declared in 1.28.0
Get real-time health and performance status of AI providers routed through the ThinkNEO gateway. Shows latency, error rates, and availability. No authentication required.
Parameters schema
{
"type": "object",
"title": "thinkneo_provider_statusArguments",
"properties": {
"provider": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Provider",
"default": null,
"description": "Specific provider to check: openai, anthropic, google, mistral, xai, cohere, or together. Omit to get status for all providers."
},
"workspace": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Workspace",
"default": null,
"description": "Workspace context for provider routing configuration (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries