SOL Forge

SOL Forge

An MCP server that enables AI agents to interact with the Solana blockchain through 20 tools for wallet management, SPL token operations, blockchain exploration, and DeFi integration via Jupiter.

Category
访问服务器

README

SOL Forge

SOL Forge is a Model Context Protocol (MCP) server that enables any AI agent to interact with the Solana blockchain. It provides 20 tools covering wallet management, SPL token operations, blockchain exploration, DeFi integration via Jupiter, and built-in safety guards.


Why SOL Forge?

The Solana ecosystem has powerful tools — @solana/web3.js, SPL Token library, Jupiter aggregator — but they require developers to write custom integration code. SOL Forge wraps these into a standardized MCP interface, meaning any AI agent can interact with Solana with zero custom code.

Key Features

  1. First Comprehensive Solana MCP Server: Exposes the full Solana interaction surface (wallets, tokens, explorer, DeFi) through MCP, the emerging standard for AI-tool interop.

  2. Safety-First Design: Every destructive operation supports simulateOnly mode. Transaction simulation and fee estimation happen before execution. Critical for autonomous agents.

  3. Zero API Keys Required for Queries: Price data via Jupiter is free (no key). Explorer queries use public Solana RPC. Only on-chain transactions require a funded wallet.


How Solana Is Used

SOL Forge uses Solana meaningfully across multiple layers:

Layer How
RPC Full connection management to any Solana cluster (mainnet, devnet, testnet) via @solana/web3.js
On-chain Programs Interacts with System Program (SOL transfers) and SPL Token Program (token creation, minting, transfers, burns)
Transactions Constructs, simulates, signs, and confirms real on-chain transactions
Indexing Reads parsed transactions, token accounts, block data, and account info from Solana's indexer
DeFi Integrates with Jupiter V6 aggregator for real-time pricing and swap quotes across all Solana DEXs

Tools (20 Total)

Wallet Operations (6 tools)

Tool Description
create_wallet Generate new Solana keypair, stored locally
list_wallets List all locally stored wallets
get_balance Get SOL balance for any address
get_wallet_info Full wallet info: SOL, tokens, executable status
transfer_sol Send SOL with simulation-first safety
request_airdrop Devnet SOL airdrop (max 2 SOL)

SPL Token Operations (6 tools)

Tool Description
create_token Create new SPL token with configurable decimals
mint_tokens Mint tokens to any wallet
transfer_token Transfer SPL tokens between wallets
get_token_info Token mint info: supply, decimals, authorities
get_token_accounts List all token accounts for a wallet
burn_tokens Burn tokens permanently

Blockchain Explorer (5 tools)

Tool Description
get_transaction Detailed parsed transaction info
get_account_info Account data: owner, balance, data size
get_recent_blocks Recent block information
get_slot Current slot, block height, epoch info
get_signatures_for_address Recent tx signatures for any address

DeFi & Prices (4 tools)

Tool Description
get_token_price Real-time price via Jupiter (no API key)
get_multi_prices Batch price queries for multiple tokens
get_swap_quote Swap quote between any two Solana tokens
list_known_tokens Built-in token registry (SOL, USDC, BONK, JUP, etc.)

Safety (built into transfer tools)

  • simulateOnly flag on all destructive operations
  • Automatic fee estimation before execution
  • LAMPORTS_PER_SOL precision handling

Quick Start

Install

git clone https://github.com/Fahrur-Rozi-dev/sol-forge.git
cd sol-forge
npm install
npm run build

Use with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "sol-forge": {
      "command": "node",
      "args": ["/path/to/sol-forge/dist/index.js"],
      "env": {
        "SOLANA_RPC_URL": "https://api.mainnet-beta.solana.com"
      }
    }
  }
}

Use with Any MCP Client

# Start the MCP server (stdio transport)
node dist/index.js

# Or set custom RPC
SOLANA_RPC_URL="https://api.devnet.solana.com" node dist/index.js

Use Programmatically

import { createSolForgeServer } from './src/server.js';

const server = createSolForgeServer({
  rpcUrl: 'https://api.devnet.solana.com',
  commitment: 'confirmed',
});

// Server is now ready with all 20 tools registered

Environment Variables

Variable Default Description
SOLANA_RPC_URL https://api.mainnet-beta.solana.com Solana RPC endpoint
SOLANA_COMMITMENT confirmed Transaction commitment level

Architecture

sol-forge/
├── src/
│   ├── index.ts              # Entry point — stdio MCP transport
│   ├── server.ts             # MCP server factory with tool registration
│   ├── types.ts              # TypeScript interfaces
│   ├── tools/
│   │   ├── index.ts          # Re-exports all tool categories
│   │   ├── wallet.ts         # Wallet CRUD + transfer + airdrop
│   │   ├── token.ts          # SPL token lifecycle (create/mint/transfer/burn)
│   │   ├── explorer.ts       # Blockchain data queries
│   │   └── defi.ts           # Jupiter price + swap quotes
│   └── utils/
│       ├── connection.ts     # Solana RPC connection singleton
│       ├── keypair.ts        # Wallet file storage (~/.sol-forge-wallets/)
│       └── safety.ts         # Transaction simulation + fee estimation
├── tests/
│   └── core.test.ts          # Unit tests
├── package.json
├── tsconfig.json
├── jest.config.js
├── LICENSE                   # MIT
└── README.md

Development

# Build
npm run build

# Test
npm test

# Dev mode (auto-recompile)
npm run dev

License

MIT — use it for anything. Attribution appreciated but not required.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选