PyMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DDGS_PROXY | No | Optional proxy server to use for egress web search requests | |
| MCP_SERVER_TRANSPORT | No | Transport type for the MCP server (stdio, streamable-http, or sse) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| greetA | Greet the caller with a quintessential Hello World message. |
| generate_passwordA | Generate a random password with specified length, optionally including special characters. |
| text_web_searchB | Perform a text web search using the provided query using DDGS. |
| permutationsA | Calculate the number of ways to choose k items from n items without repetition and with order. |
| run_python_codeC | Run the given Python code and return the output or error message. |
| pirate_summaryA | Summarise the given text in a pirate style. This is an example of a tool that can use LLM sampling to generate a summary. |
| vonmises_randomB | Generate a random number from the von Mises distribution. This is an example of a tool that uses elicitation to obtain the required parameter kappa (κ). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| code_prompt | Get a prompt to write a code snippet in Python based on the specified task. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| resource_logo | Get the base64 encoded PNG logo of PyMCP. |
| resource_logo_svg | Get the PyMCP logo as SVG. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/anirbanbasu/pymcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server