Query the Prysmatic API (tracked wallets and tokens) from Claude and other MCP clients.
Project description
Prysmatic MCP
Lets Claude (or any MCP client) query the Prysmatic API with your API key. It adds five tools for looking up tracked wallets and tokens. Each call uses your credits, just like the REST API.
Tools
| Tool | What it returns |
|---|---|
list_wallets(page=1) |
Tracked wallets, 25 per page |
wallet_metrics(alias) |
Metrics for one wallet |
wallet_holdings(alias) |
Tokens a wallet currently holds |
tokens_held(min_wallets=2, page=1) |
Tokens held by several wallets |
token_swaps(mint, aggregate=False, tracked_only=True) |
Wallet swaps on a token |
Requirements
- Python 3.10+
- A Prysmatic API key with credits (from the dashboard).
Add to Claude
Easiest (no install, needs uv):
claude mcp add prysmatic -e PRYSMATIC_API_KEY=<your_key> -- uvx prysmatic-mcp
Or install it first:
pipx install prysmatic-mcp
claude mcp add prysmatic -e PRYSMATIC_API_KEY=<your_key> -- prysmatic-mcp
Configuration
| Env var | Required | Default |
|---|---|---|
PRYSMATIC_API_KEY |
yes | — |
PRYSMATIC_API_BASE |
no | https://api.prysmatic-sol.xyz |
Errors
Tools return a readable message instead of crashing: bad/missing key (401), out of credits (402), or not found (404).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file prysmatic_mcp-0.1.1.tar.gz.
File metadata
- Download URL: prysmatic_mcp-0.1.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03338792c119ce2fa2bcdf061143b27d618271d70695c8da5d99ba72f19851fb
|
|
| MD5 |
3f802b72abd6bae42bcb3d65ec24ed49
|
|
| BLAKE2b-256 |
01b00f4583487f775e0efa9100f89bfd8eef63c197a439d39ee926f214691a6a
|
File details
Details for the file prysmatic_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: prysmatic_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7517eacd8955d0dd823cc32d8f1b51f024e465aba25770e880ca586950f2f4af
|
|
| MD5 |
454dffc1d1a3234f712e18694e685a9f
|
|
| BLAKE2b-256 |
1ffdadd47e32c9148284136820cdd9a0c48ebd5f2545ab6319d6c632c9f90706
|