https://github.com/pinax-network/mcp-token-api
https://github.com/pinax-network/mcp-token-api
ai blockchain mcp thegraph
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinax-network/mcp-token-api
- Owner: pinax-network
- License: apache-2.0
- Created: 2025-06-03T20:05:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-23T21:44:13.000Z (12 months ago)
- Last Synced: 2026-05-01T10:41:49.180Z (2 months ago)
- Topics: ai, blockchain, mcp, thegraph
- Language: Shell
- Homepage: https://token-api.mcp.thegraph.com/sse
- Size: 103 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **mcp-token-api** - network/mcp-token-api` (🤖 AI/ML)
README
# mcp-token-api
Run with [Bun](https://bun.sh):
```console
$ bun run index.ts
```
Server will be running on `http://localhost:8080/sse` for SSE and `http://localhost:8080/stream` for HTTP streaming.
```console
Usage: mcp-token-api [options]
MCP server for The Graph Token API
Options:
-V, --version output the version number
-p, --port HTTP port on which to attach the MCP SSE server (default: "8080", env: PORT)
--url Database HTTP hostname (default: "http://localhost:8123", env: URL)
--database The database to use inside ClickHouse (default: "default", env: DATABASE)
--username Database user for API (default: "default", env: USERNAME)
--password Password associated with the specified API username (default: "", env: PASSWORD)
--pretty-logging Enable pretty logging (default JSON) (choices: "true", "false", default: false, env: PRETTY_LOGGING)
-v, --verbose Enable verbose logging (choices: "true", "false", default: false, env: VERBOSE)
-h, --help display help for command
```