callput-agent-mcp
Click on "Install 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: Crypto Options Desk 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
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ayggdrasil/options_trading_base'
If you have feedback or need assistance with the MCP directory API, please join our Discord server