← Registry

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.

1 endpoint6 known toolsFirst detected August 8, 2026Last detected August 8, 2026

ENDPOINT 1

https://solanaforge.app/mcp

No auth detected

MCP server metadata

Name
solanaforge
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

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_tokens

List tokens launched publicly through SolanaForge (Solana SPL, TON Jettons, BNB BEP-20), newest first.

Inferred read-only
get_token

Get 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-only
platform_stats

Aggregate public activity for SolanaForge: total tokens launched, launches in the last 24 hours, unique creators, and the most recent launches.

Inferred read-only
pricing_and_chains

Get SolanaForge's supported chains, token standards, platform fees, wallets, creation URLs, and referral program details.

Inferred read-only
list_guides

List SolanaForge's published guides and articles about creating tokens on Solana, TON, and BNB Smart Chain.

Inferred read-only
get_guide

Read the full markdown body of one SolanaForge guide by its slug.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.