Query the Prysmatic API (tracked wallets and tokens) from Claude and other MCP clients.
Project description
Prysmatic MCP
Five MCP tools to query the Prysmatic API (tracked wallets and tokens) from Claude or any MCP client. Each call uses your API key and spends credits, like the REST API.
Requirements
- Python 3.10+
- A Prysmatic API key with credits (from the dashboard).
Tools
| Tool | Returns |
|---|---|
list_wallets(page=1) |
Tracked wallets, 25/page |
wallet_metrics(alias) |
Metrics for one wallet |
wallet_holdings(alias) |
Tokens a wallet 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 |
Install
Use pipx (isolated venv, puts the command on PATH, won't break other deps):
pipx install prysmatic-mcp
No pipx yet? pip install pipx && pipx ensurepath, then reopen the terminal.
Add to Claude
claude mcp add prysmatic prysmatic-mcp -e PRYSMATIC_API_KEY=<your_key>
Notes:
- The
-eflag must come last (it's variadic; before the command it swallows it). - Verify with
claude mcp list→prysmatic ✔ Connected.
Windows without pipx
pip install prysmatic-mcp installs prysmatic-mcp.exe into the user Scripts dir,
which is often not on PATH (connect fails). Either use pipx, or pass the full path:
claude mcp add prysmatic "%APPDATA%\Python\Python313\Scripts\prysmatic-mcp.exe" -e PRYSMATIC_API_KEY=<your_key>
(adjust the Python version in the path).
Configuration
| Env var | Required | Default |
|---|---|---|
PRYSMATIC_API_KEY |
yes | — |
PRYSMATIC_API_BASE |
no | https://api.prysmatic-sol.xyz |
Update
pipx upgrade prysmatic-mcp
Errors
Tools return a readable message: bad/missing key (401), out of credits (402), 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.2.tar.gz.
File metadata
- Download URL: prysmatic_mcp-0.1.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d046f58b047f9ae6f17ff780bfe4ee1652514758fea58a903efe43902308ddd7
|
|
| MD5 |
62ac6c48512f7215b4dd9f5ec741e1a8
|
|
| BLAKE2b-256 |
f8e70bb3e621c948649029e593b17e1b9131570e4c5eeb469e1c09428b1e9ea0
|
File details
Details for the file prysmatic_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: prysmatic_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.2 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 |
909d5d5b9615c76711c90302c0d15f105f0ea32b8e1e006c1da4e4c6666d4136
|
|
| MD5 |
4d16928bfa462046d771616de23a1772
|
|
| BLAKE2b-256 |
a3898710535554689d1bd2396acc74a2bf2c37850cc494724027f272701ef61c
|