MCP Server
io.github.lordbasilaiassistant-sudo/base-gasless-deploy-mcp MCP Server
io.github.lordbasilaiassistant-sudo/base-gasless-deploy-mcp
What is the io.github.lordbasilaiassistant-sudo/base-gasless-deploy-mcp MCP server?
MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle
How to install io.github.lordbasilaiassistant-sudo/base-gasless-deploy-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"base-gasless-deploy-mcp": {
"command": "npx",
"args": [
"-y",
"base-gasless-deploy-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"base-gasless-deploy-mcp": {
"command": "npx",
"args": [
"-y",
"base-gasless-deploy-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"base-gasless-deploy-mcp": {
"command": "npx",
"args": [
"-y",
"base-gasless-deploy-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"base-gasless-deploy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"base-gasless-deploy-mcp"
]
}
}
}Claude Code
claude mcp add base-gasless-deploy-mcp -- npx -y base-gasless-deploy-mcpRelated MCP servers
MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni
View repository →MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on
View repository →MCP server for real-time token prices on Base from on-chain DEX pools.
View repository →MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.
View repository →MCP server to discover and trade new token launches on Base chain.
View repository →MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS.
View repository →