Skip to main content
Glama

Python Server MCP

INTERFACE_PLAN.md1.2 kB
# Interface Plan This project is a simple interface in which we will make an example of an MCP server that allows us to connect with Coín Market Cap, for the prices of cryptocurrencies or coins. ## Structure ``` . ├── main.py ├── src │ ├── __init__.py │ └── core │ ├── common │ │ ├── crypto_schema.py │ │ └── schema.py │ ├── config.py │ ├── settings │ │ ├── __init__.py │ │ ├── base.py │ │ ├── development.py │ │ ├── environment.py │ │ ├── local.py │ │ ├── production.py │ │ └── staging.py │ └── utils │ ├── coinmarketcap.py │ ├── datetime.py │ ├── extended_enum.py │ ├── filename_generator.py │ ├── passwords.py │ ├── query_utils.py │ └── redis.py └── test_mcp.py ``` ## Documentation - https://coinmarketcap.com/api/documentation/v1/ - https://modelcontextprotocol.io/quickstart/server - https://docs.astral.sh/uv/

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/stevearagonsite/PythonServerMcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server