obsd-launchpad-mcp
v1.0.7
Published
MCP server for AI agents to deploy tokens on the OBSD LaunchPad (Base chain). Launch a token in one command — earn OBSD forever on every swap.
Maintainers
Readme
OBSD LaunchPad MCP Server
OBSD is the currency of the agent economy. Deploy your own token on Base for FREE. Earn OBSD on every swap. Stake it. Compound it. The floor only rises.
Why
| Metric | Value | |--------|-------| | Cost to deploy | $0 (we pay gas) | | Your cut | 37.5% of all swap fees as OBSD | | OBSD floor price | Mathematically proven to only rise | | Time to deploy | ~30 seconds | | MCP tools | 17 — deploy, buy, sell, quote, claim, refer, pool, staking, stats + 3 FREE tools | | Contracts live | 8 verified on Base mainnet | | Claiming | Automatic — OBSD sent every qualifying swap |
New here? Read the 5-Minute Onboarding Guide — install, deploy, earn, and start recruiting affiliates.
Quick Start
npx (One Line)
Add to your .mcp.json:
{
"mcpServers": {
"obsd-launchpad": {
"command": "npx",
"args": ["-y", "obsd-launchpad-mcp"],
"env": {
"RPC_URL": "https://mainnet.base.org",
"DEPLOYER_PRIVATE_KEY": "your-key-here"
}
}
}
}From Source
cd mcp-server
npm install
npm run buildThen use "command": "node" and "args": ["path/to/mcp-server/dist/index.js"] in your .mcp.json.
Deploy Your First Token
launch_token("My Token", "MTK", "0xYourPayoutWallet")That's it. You're earning OBSD.
DEPLOYER_PRIVATE_KEY is only needed for write tools (launch_token, buy_token, sell_token, claim_fees, register_referral). All read-only tools work without it — including the free security scanner, trending tokens, and wallet analyzer. You can even omit both env vars entirely to use the free tools with the default Base RPC.
Tools (17)
FREE — No Wallet Required
These tools work instantly with zero configuration. No private key, no RPC URL, no env vars needed.
| Tool | Description |
|------|-------------|
| scan_token_security | Check if any Base token is safe — honeypot detection, hidden mint, blacklist, pause, rug risk score. Params: token |
| get_trending_tokens | Get trending tokens on Base from DexScreener — price, volume, liquidity, price change. Params: limit? |
| analyze_wallet | Analyze any Base wallet — ETH balance, token holdings, transaction count. Params: wallet |
Deploy & Trade
| Tool | Description |
|------|-------------|
| launch_token | Deploy a new token paired with OBSD on Aerodrome. Params: name, symbol, payout_address, supply?, obsd_seed?, pool_percent?, referral_code? |
| buy_token | Buy a token with ETH via PlatformRouter. Params: token, eth_amount, slippage_percent? |
| sell_token | Sell a token for ETH via PlatformRouter. Params: token, token_amount, slippage_percent? |
| claim_fees | Distribute pending swap fees (37.5% creator, 37.5% treasury, 25% vault). Params: token |
Quotes
| Tool | Description |
|------|-------------|
| quote_buy | Estimate tokens received for an ETH amount. Params: token, eth_amount |
| quote_sell | Estimate ETH received for a token amount. Params: token, token_amount |
Referrals
| Tool | Description |
|------|-------------|
| register_referral | Register a referral code — earn 5% of referred creators' OBSD fees forever. Params: code, wallet? |
| get_referral_stats | Check referral earnings and referred tokens. Params: wallet? or code? |
Read-Only
| Tool | Description |
|------|-------------|
| get_token_info | Detailed stats for any launched token. Params: address |
| get_creator_earnings | OBSD earned across all your tokens. Params: address |
| get_platform_stats | Platform-wide metrics and contract addresses |
| list_launches | List all tokens launched on the platform. Params: limit?, creator? |
The OBSD Economy
OBSD is the index fund of the agent token economy. Every agent that joins makes your OBSD more valuable.
EARN: Deploy a token (free) → every swap sends OBSD to your wallet
STAKE: Lock OBSD in StakingVault → earn fees from ALL tokens, not just yours
COMPOUND: Staking yields are paid in OBSD → stake those too → share grows
FLOOR: IV = Real_ETH / Circulating_Supply → mathematically can only rise
SPEND: OBSD is the base pair for every token on the platformYou deploy a token (free)
|
Every swap generates a 3% fee
|
1% burned (supply shrinks, floor rises)
0.75% swapped to OBSD -> your wallet (passive income)
0.75% swapped to OBSD -> platform treasury
0.5% swapped to OBSD -> token's IV vault (floor rises)
|
You stake your earned OBSD
|
Earn pro-rata share of ALL platform fees
|
More agents deploy -> more volume -> more OBSD -> higher yieldsYou don't need to pick winners. You just need OBSD.
Anti-Rug Guarantees
- Zero token allocation — Creator gets 0 tokens. Remaining supply is burned at launch.
- LP locked forever — Liquidity tokens held by platform treasury. Cannot be pulled.
- Immutable contracts — No owner, no admin, no pause, no proxy. Code is law.
- Fee-only income — Creator earns OBSD from swap volume, not token price manipulation.
Token Mechanics (CreatorTokenV2)
- 3% transfer fee: 1% burn + 1% creator OBSD + 1% treasury OBSD
- Progressive sell tax: 5% (< 1hr hold) -> 0% (7d+ hold) — rewards diamond hands
- Deflationary: Every trade burns supply. Total supply only decreases.
- Auto-distribution: OBSD sent to creator automatically when threshold hit
Contract Addresses (Base Mainnet)
| Contract | Address |
|----------|---------|
| OBSD Token | 0x291AaF4729BaB2528B08d8fE248272b208Ce84FF |
| OBSD Router | 0x2558F30eDB8098861FEf81c8E194ac9DcF714b0E |
| LaunchPad | 0x1e789ddf62554769c5D5Aab57FAB32613bf3d78b |
| PlatformRouter | 0x29b41D0FaE0ac1491001909E340D0BA58B28a701 |
| StakingVault | 0xA2E0295d07d9D03B51b122a0C307054fE69e31C2 |
| FeeAggregator | 0x96F955763D40A042ACBEE85A8bc89DceEa8c5163 |
| ReferralRegistry | 0x6e0D304a2b99d31115342B034c24906f57aa7B0c |
All contracts verified on Basescan.
Full Documentation
- 5-Minute Onboarding Guide — install, deploy, earn, affiliate setup, troubleshooting
- Claude Code Skill — skill description for Claude Code agents
Related MCP Servers
Complete toolkit for AI agents — install any with npx -y <name>:
Base DeFi:
| Package | Tools | What it does |
|---------|-------|-------------|
| base-token-sniper-mcp | 5 | Discover & trade new token launches |
| base-wallet-toolkit-mcp | 7 | Wallet toolkit — balances, gas, tokens, ENS |
| base-batch-send-mcp | 4 | Batch ETH/ERC-20 sends |
| base-lp-locker-mcp | 6 | Lock LP tokens |
| base-token-factory-mcp | 5 | Deploy vanilla ERC-20 tokens |
| base-airdrop-mcp | 6 | Airdrop tokens with equal/weighted splits |
| base-escrow-mcp | 8 | P2P escrow for ETH/tokens |
| base-contract-reader-mcp | 6 | Read any smart contract (free) |
SaaS & Dev Tools:
| Package | Tools | What it does |
|---------|-------|-------------|
| mcp-stripe-analytics | 8 | Stripe revenue, customers, MRR from Claude |
| mcp-supabase-tools | 8 | Query Supabase tables, auth, storage |
| mcp-github-pm | 8 | GitHub issues, milestones, changelogs |
| mcp-stripe-helper | 5 | Stripe code examples & error helper (free) |
CLI Tools:
| Package | What it does |
|---------|-------------|
| create-mcp-server-cli | Scaffold a new MCP server in 10 seconds |
| foundry-erc20-factory | Scaffold custom ERC-20 tokens with Foundry |
Built by THRYXAGI
The agent economy starts here. Deploy your token. Earn OBSD. Stake it. Compound it.
- GitHub: lordbasilaiassistant-sudo
