Developer Tools
solanaforge.app
Provides access to SolanaForge's token launch data, platform statistics, pricing, and guides for creating tokens on Solana, TON, and BNB Smart Chain.
ENDPOINT 1
https://solanaforge.app/mcp
MCP server metadata
- Name
- solanaforge
- Version
- 0.1.0
Public, read-only tools for SolanaForge — a no-code multi-chain token creator for Solana (SPL), TON (Jetton), and BNB Smart Chain (BEP-20). Use `list_tokens` and `get_token` to browse tokens launched through the platform, `platform_stats` for aggregate activity, `pricing_and_chains` for fees and supported chains, and `list_guides`/`get_guide` for how-to content.
Known tools 6
list_tokensList tokens launched publicly through SolanaForge (Solana SPL, TON Jettons, BNB BEP-20), newest first.
Inferred read-onlyget_tokenGet the full public record for one token launched via SolanaForge, by its Solana mint address (name, symbol, supply, metadata, revoked authorities, creator, permalink).
Inferred read-onlyplatform_statsAggregate public activity for SolanaForge: total tokens launched, launches in the last 24 hours, unique creators, and the most recent launches.
Inferred read-onlypricing_and_chainsGet SolanaForge's supported chains, token standards, platform fees, wallets, creation URLs, and referral program details.
Inferred read-onlylist_guidesList SolanaForge's published guides and articles about creating tokens on Solana, TON, and BNB Smart Chain.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.solanaforge]
url = "https://solanaforge.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"solanaforge": {
"type": "http",
"url": "https://solanaforge.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: solanaforge
Remote MCP URL: https://solanaforge.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"solanaforge": {
"url": "https://solanaforge.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"solanaforge": {
"type": "http",
"url": "https://solanaforge.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "solanaforge",
"transport": "streamable-http",
"url": "https://solanaforge.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.