Bankless Onchain Logo

Bankless Onchain

Official

Integrates with blockchain networks to enable smart contract interaction, transaction history access...

109 views
0 installs
Updated Sep 9, 2025
Not audited
Integrates with blockchain networks to enable smart contract interaction, transaction history access, and on-chain data exploration through specialized tools for reading contract state, retrieving ABIs, and filtering event logs.

To obtain your Bankless API token and set up the Bankless Onchain MCP Server, follow these steps:

  1. Request Access to the Bankless API:

    • Visit the Bankless Onchain MCP page.
    • Click on the "Get Early Access" button.
    • Enter your email address and submit the form to request your unique access token.
  2. Check Your Email for the API Token:

    • After submitting the request, monitor your email inbox for a message from Bankless containing your API token.
    • If you don't receive the email within a reasonable time, check your spam or junk folder.
  3. Set the API Token as an Environment Variable:

    • Once you have your API token, set it as an environment variable on your system.
    • Open your terminal and execute the following command, replacing your_api_token_here with the token you received:
      export BANKLESS_API_TOKEN=your_api_token_here
      
    • This step ensures that the Bankless Onchain MCP Server can authenticate your requests using the provided API token.
  4. Install the Bankless Onchain MCP Server:

    • With the API token set, proceed to install the MCP server by running:
      npm install @bankless/onchain-mcp
      
  5. Run the MCP Server:

    • After installation, start the server using:
      npx @bankless/onchain-mcp
      
    • The server will now be running and ready to handle requests.
  6. Integrate with FastMCP:

    • In the FastMCP connection interface, fill in the BANKLESS_API_TOKEN field with the API token you obtained.
    • Ensure that the token is correctly entered to establish a successful connection.

By following these steps, you'll have the Bankless Onchain MCP Server set up and integrated with FastMCP, enabling seamless interaction with blockchain data through the Bankless API.

Quick Start

More for Analytics and Data

View All →

More for Developer Tools

View All →

Similar MCP Servers

B

Bitcoin

Integrates with Bitcoin network and blockchain data via Blockstream API to enable transaction monitoring, wallet management, and blockchain analysis

Finance

Report Issue

Thank you! Your issue report has been submitted successfully.