Skip to main content
Glama
nadavgb-atom

ib-async-mcp

by nadavgb-atom

get_news_providers

Retrieve available news providers for market data access through the Interactive Brokers API.

Instructions

Get available news providers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler logic for "get_news_providers" which calls ib.reqNewsProvidersAsync() and formats the output.
    if name == "get_news_providers":
        providers = await ib.reqNewsProvidersAsync()
        return [{"code": p.code, "name": p.name} for p in providers]
  • The Tool definition/registration for "get_news_providers" in the list of tools.
    Tool(
        name="get_news_providers",
        description="Get available news providers.",
        inputSchema={"type": "object", "properties": {}},
    ),

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