Published: obsd-launchpad-mcp — MCP server for AI agents to deploy and trade tokens #188880
Replies: 1 comment
-
|
Hi @lordbasilaiassistant-sudo, we’re glad you’re here 😀 Thanks for sharing your project with the community. Unfortunately, we currently do not allow self-promotion or advertising on the Community Discussions. We want to make sure there is space for users to ask questions without overwhelming them with other conversations. Thank you for helping us maintain a productive and tidy community for all our members. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just published a production MCP server to npm that lets AI agents deploy and trade ERC-20 tokens on Base chain.
Install:
npx -y obsd-launchpad-mcpnpm: https://www.npmjs.com/package/obsd-launchpad-mcp
What it does
10 MCP tools for AI agents:
launch_token- Deploy a new ERC-20 token with bonding curvebuy_token/sell_token- Trade via the bonding curveclaim_fees- Distribute accumulated feesquote_buy/quote_sell- Get price quotesget_creator_earnings- Check lifetime earningsget_platform_stats- Platform overviewget_token_info- Token detailslist_launches- All launched tokensTechnical details
Use case
AI coding agents (Claude Code, Cline, Continue, etc.) can use this MCP server to programmatically deploy and manage tokens. The bonding curve ensures a treasury-backed price floor that only goes up.
Feedback welcome on the npm package structure and MCP patterns used.
Beta Was this translation helpful? Give feedback.
All reactions