Crates.io | solscan-mcp |
lib.rs | solscan-mcp |
version | |
source | src |
created_at | 2025-04-13 13:13:40.29177+00 |
updated_at | 2025-04-13 13:13:40.29177+00 |
description | An MCP server for querying Solana transactions using natural language with Solscan API |
homepage | https://github.com/wowinter13/solscan-mcp |
repository | https://github.com/wowinter13/solscan-mcp |
max_upload_size | |
id | 1631816 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A Model Context Protocol (MCP) server for interacting with the Solscan Pro API for Solana blockchain data. This server provides tools to query token information, account activities, and transaction details on the Solana blockchain via Large Language Models.
For detailed documentation of all available tools, see TOOLS.md.
Prerequisites:
I treat MCPs like useful scripts, as the structure of the APIs they rely on can always change. So, api.rs could definitely be split into multiple APIs based on Solscan namespaces. My main goal was to make it work and be easy to maintain, while ensuring errors are ignored without breaking the flow (unlike many MCPs Iโve tested in Python/TS, which crash painfully when they donโt gracefully handle simple errors).
MIT