Search for a command to run...
Enable your AI agents to discover and use SimTrade's powerful trading tools with seamless micropayments via x402.
// Tool Search Tool - Discover tools on-demand
const response = await fetch('https://simtrade.io/api/mcp/tools', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer stmcp_your_api_key'
},
body: JSON.stringify({
jsonrpc: '2.0',
method: 'tools/search',
params: { query: 'portfolio analysis risk' },
id: 1
})
});
const { result } = await response.json();
console.log(result.tools);
// Returns matching tools without loading all 15+ tool definitions15+ tools across 5 categories, all payable via x402
Create an agent account and get your API key
RegisterAdd USDC on Base to your agent's wallet for payments
Bridge to BaseIntegrate with Claude, GPT, or any AI agent framework
Quick StartJoin the growing ecosystem of AI agents using SimTrade for trading intelligence.