{
  "info": {
    "name": "Benzinga — mcp.ai",
    "description": "REST API for the Benzinga MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/benzinga",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "benzinga_get_calendar_earnings_stream",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/calendar/earnings/stream",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "calendar",
            "earnings",
            "stream"
          ]
        },
        "description": "Tool to subscribe to real-time earnings calendar events via WebSocket. Use when you need immediate updates as reports are announced.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"isins\": \"\",\n  \"tickers\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "benzinga_get_conference_calls_v21",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/conference/calls/v21",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "conference",
            "calls",
            "v21"
          ]
        },
        "description": "Tool to retrieve conference call data for a selected period and/or security using v2.1 API. Conference calls are scheduled calls where company management discusses quarterly or annual financial result",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"date\": \"\",\n  \"page\": 0,\n  \"date_to\": \"\",\n  \"tickers\": \"\",\n  \"updated\": 0,\n  \"pagesize\": 0,\n  \"date_from\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "benzinga_get_consensus_ratings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/consensus/ratings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "consensus",
            "ratings"
          ]
        },
        "description": "Get aggregated consensus analyst ratings and price targets for a stock ticker. Returns analyst sentiment distribution (strong_buy, buy, hold, sell counts or percentages), consensus rating, price targe",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pagesize\": 0,\n  \"simplify\": false,\n  \"parameters\": {},\n  \"aggregate_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "benzinga_get_earnings_v21",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/earnings/v21",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "earnings",
            "v21"
          ]
        },
        "description": "Tool to retrieve earnings calendar data (v2.1). Use when you need dates, estimates, and actuals for upcoming earnings events.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"date\": \"\",\n  \"page\": 0,\n  \"date_to\": \"\",\n  \"tickers\": \"\",\n  \"updated\": 0,\n  \"pagesize\": 0,\n  \"date_from\": \"\",\n  \"date_sort\": \"\",\n  \"importance\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "benzinga_get_economics_v21",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/economics/v21",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "economics",
            "v21"
          ]
        },
        "description": "Tool to retrieve economic calendar data including indicators, releases, and reports from various countries. Returns actual values, consensus estimates, and prior values for economic events such as GDP",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"date\": \"\",\n  \"page\": 0,\n  \"country\": \"\",\n  \"date_to\": \"\",\n  \"updated\": 0,\n  \"pagesize\": 0,\n  \"date_from\": \"\",\n  \"importance\": 0,\n  \"event_category\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "benzinga_get_news_channels",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/news/channels",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "news",
            "channels"
          ]
        },
        "description": "Tool to retrieve all available news channels that can be used to filter news items. Use when you need to discover available channel categories for news filtering. Channels can have sub-channels (ident",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "benzinga_get_newsfeed_stream",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/newsfeed/stream",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "newsfeed",
            "stream"
          ]
        },
        "description": "Get WebSocket connection details for real-time Benzinga newsfeed streaming. Returns the WebSocket URL and authentication token needed to establish a WebSocket connection for receiving real-time news e",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "benzinga_get_ratings_v21",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/ratings/v21",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "ratings",
            "v21"
          ]
        },
        "description": "Tool to fetch analyst ratings data including upgrades, downgrades, initiations, and price target changes from Wall Street analysts. Returns current and prior ratings, price targets, analyst informatio",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"date\": \"\",\n  \"firm\": \"\",\n  \"page\": 0,\n  \"action\": \"\",\n  \"fields\": \"\",\n  \"analyst\": \"\",\n  \"date_to\": \"\",\n  \"firm_id\": \"\",\n  \"tickers\": \"\",\n  \"updated\": 0,\n  \"pagesize\": 0,\n  \"simplify\": false,\n  \"date_from\": \"\",\n  \"analyst_id\": \"\",\n  \"importance\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "benzinga_get_removed_news",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/removed/news",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "removed",
            "news"
          ]
        },
        "description": "Retrieves IDs and timestamps of news articles that have been removed from Benzinga's database. Use this to track deleted/retracted news articles, sync local caches, or identify articles removed after ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"updated\": 0,\n  \"pagesize\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "benzinga_get_removed_v21",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/removed/v21",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "removed",
            "v21"
          ]
        },
        "description": "Tool to retrieve removed or cancelled calendar events from Benzinga (v2.1). Use when you need to track calendar events that have been deleted or cancelled from specific event types like earnings, rati",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"type\": \"\",\n  \"updated\": 0,\n  \"pageSize\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}