SolanaFM (Solana FM Block Explorer API)

SolanaFM (Solana FM Block Explorer API) MCP Connector for Claude

A+

Access Solana blockchain data via SolanaFM — inspect blocks, transactions, account metadata, and token balances directly from any AI agent.

6 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to the SolanaFM block explorer API to empower your AI agent with deep indexing capabilities for the Solana network.

What you can do

  • Block Exploration — Fetch detailed block data or ranges using slot numbers via get_block and get_blocks tools.
  • Transaction Analysis — Retrieve full transaction details via signatures with get_transaction or list all transactions for a specific address using get_account_transactions.
  • Account Intelligence — Inspect account metadata, state, and ownership details using get_account_info.
  • Token Tracking — List all token accounts owned by a specific wallet address with get_token_accounts.

How it works

  1. Subscribe to this server
  2. Enter your SolanaFM API Key
  3. Start querying Solana data from Claude, Cursor, or any MCP-compatible client

No more manual searching through web explorers. Your AI acts as a blockchain analyst, providing real-time data on accounts, blocks, and transactions.

Who is this for?

  • Web3 Developers — Debug transactions and verify account states straight from the code editor to avoid breaking flow.
  • Data Analysts — Extract blockchain metrics and block history for research and reporting without complex scripts.
  • Crypto Enthusiasts — Monitor wallet activity and token holdings through natural conversation.
solanablock-explorerweb3blockchain-datacrypto-analysis

6 tools expose this connector's capabilities to your AI agent.

get_account_info

Get the metadata and state of a Solana account

get_account_transactions

List transactions associated with a specific account address

get_block

Get detailed information about a specific block

get_blocks

Get a list of blocks within a specified range

get_token_accounts

Get token accounts owned by a specific wallet address

get_transaction

Get details for a specific transaction

See how to talk to your AI agent using SolanaFM (Solana FM Block Explorer API).

Get the details for Solana block at slot 250000000.

I've retrieved the details for block 250000000. It contains 2,450 transactions and was produced by validator 'Chorus One'. Would you like to see the list of transaction signatures in this block?

Show me all token accounts owned by 7xKX... (address).

Analyzing the wallet... I found 3 token accounts for this address: 500 USDC, 1.5 SOL, and 10,000 BONK. Do you need the specific mint addresses for these tokens?

List the last transactions for account address 7xKX... (address).

I've fetched the recent transaction history. There are 5 recent activities, including a 'Transfer' of 2 SOL and a 'Swap' on Jupiter. Would you like the full details for the most recent transaction signature?

Use the `get_account_transactions` tool by providing the Solana account address. The agent will return a list of transactions associated with that specific wallet.

Related Connectors