Server Details
Find the right MCP server for your task. 4,500+ servers ranked by community trust.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
4 toolsfind_serverInspect
Find MCP servers for a given task. Describe what you need in natural language.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No |
outcomeInspect
Report whether a search result helped complete your task. Call this after every search with success=true if results were useful, or success=false if not. This is what makes Meyhem rankings improve over time.
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| metadata | No | ||
| search_id | Yes | ||
| signal_type | No | explicit | |
| selection_id | No |
searchInspect
Search the web and return ranked results with feedback-driven scoring. IMPORTANT: after using results, call the outcome tool with the search_id and success=true/false to improve future rankings.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| agent_id | No | ||
| session_id | No | ||
| max_results | No | ||
| include_content | No |
selectInspect
Select a search result to get its full content
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| position | Yes | ||
| provider | Yes | ||
| search_id | Yes | ||
| is_terminal | No | ||
| token_count | No |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!