Skip to main content
Glama
nadavgb-atom

ib-async-mcp

by nadavgb-atom

get_accounts

Retrieve a list of managed account names from Interactive Brokers through the ib-async MCP server interface.

Instructions

Get list of managed account names.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Tool 'get_accounts' registration definition.
    Tool(
        name="get_accounts",
        description="Get list of managed account names.",
        inputSchema={"type": "object", "properties": {}},
    ),
  • Handler for 'get_accounts' tool.
    if name == "get_accounts":
        return {"accounts": ib.managedAccounts()}

Latest Blog Posts

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/nadavgb-atom/ib-async-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server