PyPI Query MCP Server
by loonghao
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYPI_CACHE_TTL | No | Cache time-to-live in seconds | 3600 |
| PYPI_INDEX_URL | No | Primary PyPI index URL | https://pypi.org/pypi |
| PYPI_LOG_LEVEL | No | Logging level | INFO |
| PYPI_INDEX_URLS | No | Additional PyPI index URLs (comma-separated) | |
| PYPI_REQUEST_TIMEOUT | No | HTTP request timeout in seconds | 30.0 |
| PYPI_EXTRA_INDEX_URLS | No | Extra PyPI index URLs for fallback (comma-separated) | |
| PYPI_PRIVATE_PYPI_URL | No | Private PyPI repository URL | |
| PYPI_DEPENDENCY_MAX_DEPTH | No | Maximum depth for recursive dependency analysis | 5 |
| PYPI_PRIVATE_PYPI_PASSWORD | No | Private PyPI password | |
| PYPI_PRIVATE_PYPI_USERNAME | No | Private PyPI username | |
| PYPI_ENABLE_SECURITY_ANALYSIS | No | Enable security vulnerability analysis | false |
| PYPI_DEPENDENCY_MAX_CONCURRENT | No | Maximum concurrent dependency queries | 10 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/loonghao/pypi-query-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server