MCP Multi-Tool Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host address for SSE transport | 0.0.0.0 |
| PORT | No | Port number for SSE transport | 8000 |
| TRANSPORT | No | Transport mode: stdio or sse | stdio |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add | |
| subtract | |
| multiply | |
| divide | |
| power | |
| square_root | |
| factorial | |
| calculate_percentage | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| meeting_summary | Meeting Summary prompt that loads a Markdown template and fills placeholders. Placeholders supported in the template: - {{ meeting_date }} - {{ meeting_title }} - {{ transcript }} |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_typescript_sdk_documentation | Get the TypeScript SDK MCP documentation. Returns the full content of the TypeScript SDK MCP markdown documentation file. |
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/xiaoyuchenhot/MCP-example'
If you have feedback or need assistance with the MCP directory API, please join our Discord server