callput-agent-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@callput-agent-mcpvalidate a bull put spread on ETH"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
options_trading_base
This repository hosts the Callput Agent MCP package for external AI agents.
Package
callput-agent-mcp: MCP server for spread-only options execution on Base L2.
Related MCP server: base-token-sniper-mcp
OpenClaw External Agent Quick Start
1) Clone and build
git clone https://github.com/ayggdrasil/options_trading_base.git
cd options_trading_base/callput-agent-mcp
npm install
npm run build
npm run verify:core2) Set runtime paths (required)
mcp_dir: absolute local path tocallput-agent-mcpmcp_entry:<mcp_dir>/build/index.js
Important:
Use a real absolute path at runtime.
Do not keep placeholders like
<mcp_dir>or<mcp_entry>in agent config.Prefer paths without spaces.
3) Configure OpenClaw MCP
Use the same MCP config format your runtime expects. Core values:
{
"mcpServers": {
"callput": {
"command": "node",
"args": ["/ABSOLUTE/PATH/callput-agent-mcp/build/index.js"],
"env": {
"RPC_URL": "https://mainnet.base.org"
}
}
}
}4) Load OpenClaw policy block
Use:
callput-agent-mcp/OPENCLAW_SYSTEM_PROMPT.md
5) Minimal tool loop (required)
callput_get_agent_bootstrapcallput_get_available_assets/callput_get_market_trendscallput_get_option_chainscallput_validate_spreadcallput_request_quotecallput_check_tx_statuscallput_close_position(pre-expiry) orcallput_settle_position(post-expiry)
Required execution rules
Spread-only execution.
Never execute single-leg vanilla directly.
Validate before quote.
Proceed only when validation is
ValidandmaxTradableQuantity > 0.If tx status is
cancelled, refresh legs and re-validate before re-quote.
Full docs
callput-agent-mcp/README.mdcallput-agent-mcp/EXTERNAL_AGENT_GUIDE.mdcallput-agent-mcp/MCP_SETUP.mdcallput-agent-mcp/SKILL.md
Related MCP Connectors
HiveCapital MCP Server — autonomous investment layer for AI agents
Non-custodial USDC yield vaults on Base mainnet with 9 MCP tools for AI agent treasury.
15 paid AI agent primitives via x402 (USDC on Base). Pay-per-call MCP server.
MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP (Model Context Protocol) server for the MAIN DEX on Base. Provides AI agents (Claude, Cursor, etc.) with tools to interact with the protocol: swap tokens, manage liquidity, enter/exit ALM strategies(10% APY), and more.MIT
- AlicenseAqualityCmaintenanceAn MCP server for AI agents to discover and trade new token launches on Base chain.517 npm1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that provides AI agents with pay-per-call access to a suite of tools (honeypot check, token market, DeFi yields, etc.) via USDC on Base using the x402 protocol.1 npmMIT
- AlicenseNot gradedqualityBmaintenanceMCP server exposing 10 curated tools for AI agents, providing crypto trading signals, on-chain analysis, and web utilities via pay-per-call x402 endpoints on the Base network.MIT