Skip to main content
Glama
pyproject.toml634 B
[project] name = "dune-mcp" version = "0.1.2" description = "A defensive, token-aware MCP server for Dune Analytics." readme = "README.md" requires-python = ">=3.12" authors = [ {name = "nice-bills", email = "alnicewilliams2@gmail.com"} ] dependencies = [ "cachetools>=6.2.4", "curl-cffi>=0.14.0", "dune-client>=1.10.0", "mcp[cli]>=1.24.0", "pandas>=2.3.3", "pydantic>=2.12.5", "python-dotenv>=1.2.1", "requests>=2.32.5", ] [project.scripts] dune-mcp = "src.main:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src"]

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/nice-bills/dune-mcp'

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