MCP-Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAVILY_API_KEY | Yes | Tavily API key for web search |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchC | Search the web for information about the given query |
| roll_diceC | Roll the dice with the given notation |
| shorten_urlB | Shorten a URL using multiple services. Supports custom aliases and collections. |
| shorten_url_batchC | Shorten multiple URLs at once. Separate URLs with newlines or commas. |
| validate_urlB | Validate if a URL is properly formatted and reachable |
| get_url_metadataB | Extract metadata from a URL including title, description, and other information |
| check_url_safetyC | Check if a URL is safe and identify potential security risks |
| generate_qr_codeC | Generate a QR code for a URL and return it as base64 encoded image |
| expand_urlC | Expand a shortened URL to see its final destination |
| create_url_collectionC | Create a new URL collection for organizing shortened URLs |
| list_my_urlsB | List saved URLs with optional filtering by collection or tags |
| search_urlsB | Search through saved URLs by title, description, or original URL |
| list_collectionsB | List all URL collections |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/surbhimotghare/MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server