Skip to main content
Glama

AEMET-MCP

MIT License
2
  • Apple
  • Linux
pyproject.toml652 B
[build-system] requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta" [project] name = "aemet_mcp" version = "0.2.2" description = "AEMET API integration with MCP (Model Context Protocol)" readme = "README.md" requires-python = ">=3.10" license = "MIT" dependencies = [ "httpx>=0.28.1", "mcp[cli]>=1.6.0" ] [project.scripts] aemet_mcp = "aemet_mcp.server:main" [tool.setuptools] package-dir = {"" = "src"} [tool.setuptools.packages.find] where = ["src"] [tool.setuptools.package-data] "aemet_mcp.res" = [ "Beaches_code.json", "Municipallity_code.json", "Provinces_code.json", "Stations_code.json" ]

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/AnCode666/aemet-mcp'

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