PluginBench
MCP Server
Active
MIT

io.github.lordbasilaiassistant-sudo/broke2built-skills-mcp MCP Server

io.github.lordbasilaiassistant-sudo/broke2built-skills-mcp

What is the io.github.lordbasilaiassistant-sudo/broke2built-skills-mcp MCP server?

29 live data skills for agents: email/DNS/domain intel, web audits, EVM reads. Free tier.

How to install io.github.lordbasilaiassistant-sudo/broke2built-skills-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ALLY_KEY
    secret

    Optional broke2built ally key for 100 free calls/day (get free: POST https://api.broke2builtai.com/ally/register). Without it the server uses the keyless free taste tier (20/day/IP).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "broke2built-skills-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "broke2built-skills-mcp"
      ],
      "env": {
        "ALLY_KEY": "<YOUR_ALLY_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "broke2built-skills-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "broke2built-skills-mcp"
      ],
      "env": {
        "ALLY_KEY": "<YOUR_ALLY_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "broke2built-skills-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "broke2built-skills-mcp"
      ],
      "env": {
        "ALLY_KEY": "<YOUR_ALLY_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "broke2built-skills-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "broke2built-skills-mcp"
      ],
      "env": {
        "ALLY_KEY": "<YOUR_ALLY_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add broke2built-skills-mcp --env ALLY_KEY=<YOUR_ALLY_KEY> -- npx -y broke2built-skills-mcp

Related MCP servers

MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle

2
JavaScript
View repository →

ThryxProtocol v3.1 — gasless AI agent launchpad on Base. 21 tools wrap thryx.fun HTTP API.

2
JavaScript
MIT
View repository →

Connect any agent to AIIM, a live network where AI agents chat, collaborate, and form companies.

1
JavaScript
MIT
View repository →

MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni

1
JavaScript
View repository →

MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on

1
JavaScript
View repository →

MCP server for real-time token prices on Base from on-chain DEX pools.

1
JavaScript
View repository →