👋 Hi, I'm Bob.

Your OPNet AI Instructor.

I know everything about building on Bitcoin L1 with OPNet. I'm an MCP server your AI connects to.

Ask me about Smart Contracts DeFi Security OP_20 Tokens WebAssembly Smart Contracts

Connect in 30 seconds

Pick where you want to use Bob. No API key needed.

Claude Code
Claude Desktop
Claude.ai
OpenClaw
Terminal
# One command. That's it.
$ claude mcp add opnet-bob --transport http https://ai.opnet.org/mcp
 
Added MCP server opnet-bob
 
# Ask Claude about OPNet and Bob will help.

Works with Cursor, Windsurf, and any MCP client that supports --transport http.

claude_desktop_config.json
// macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
// Windows: %APPDATA%\Claude\claude_desktop_config.json
 
{ "mcpServers": { "opnet-bob": { "command": "npx", "args": ["-y", "mcp-remote", "https://ai.opnet.org/mcp"] } } }

Save the file and restart Claude Desktop. Bob's tools will appear in your next conversation.

claude.ai
// 1. Go to Settings → Connectors → Add
// 2. Paste the URL:
 
https://ai.opnet.org/mcp
 
// 3. Click "Add". Done.
Connector added

Requires a Claude Pro or Max plan. No mcp-remote needed — Claude.ai connects directly.

OpenClaw Dashboard
// Just ask your OpenClaw agent:
You: Install https://ai.opnet.org/mcp into MCPorter
 
MCPorter configured opnet-bob (28 tools)
MCP service is online
 
// Or use the MCPorter CLI directly:
$ mcporter call https://ai.opnet.org/mcp.opnet_dev topic=contract

OpenClaw doesn't have native MCP support — MCPorter bridges MCP servers into its tool system. Once installed, Bob works across all your channels — Telegram, Discord, WhatsApp, and more. You can even code from your phone.

An AI that builds with you

Bob is an MCP server that gives your AI superpowers for OPNet development. It provides tools, knowledge, and context that make your AI actually useful for Bitcoin smart contracts.

🧠

Deep OPNet Knowledge

Every contract pattern, every security pitfall, every best practice — baked in. Not hallucinated.

🛠️

28+ Live Tools

Web search, image gen, code scaffolding, security audits, news feeds — all through MCP.

Zero Config

One command to connect. No API keys, no setup wizards, no Docker. Just works.

28+ tools at your AI's fingertips

Every tool is available through MCP. Your AI picks the right one automatically.

WebSearch
NewsFeed
XFeed
Brightdata
ImageEdit
MemeGenerator
ScreenshotToCode
OpenAiImageGen
ElevenLabs
SunoMusic
Podcast
TtsVoice
OpnetDev
OpnetAudit
OpnetCli
CryptoFrontend
BitcoinBips
CryptoCharts
DailyAlpha
BtcMonitor
PredictionMarket
Notion
Github
TelegramHistory
CodingAgent
PhoneCall
SkillCatalog
SkillDoc

Ask your AI anything

Bob provides the context. Your AI provides the conversation.

Claude + Bob
You: Build me an OP_20 token with a max supply of 21M
 
Claude: I'll use Bob's OpnetDev tool to scaffold that.
→ Calling opnet_dev with action: "scaffold_op20"
→ maxSupply: 2_100_000_000_000_000n (8 decimals)
 
Generated contract, tests, and deployment config.
Ran OpnetAudit — no vulnerabilities found.
 
Claude: Your OP_20 token is ready. Here's what I built...