Bull Vision Agent MCP Server

A FastAPI application that integrates with Telegram using webhooks and OpenAI Agents SDK for AI-powered stock trading assistance, utilizing MCPHub

Local serverstdio

What is the Bull Vision Agent MCP server?

Connect Bull Vision Agent to Claude, Cursor or any other MCP client and it stops being a tab you switch to. A FastAPI application that integrates with Telegram using webhooks and OpenAI Agents SDK for AI-powered stock trading assistance, utilizing MCPHub for multiple MCP server management. The bull vision agent mcp server is what makes that connection.

What the server does

  • Telegram bot integration with webhook support
  • AI-powered stock analysis using OpenAI Agents SDK
  • Multiple MCP server integration via MCPHub:
  • Stock news analysis
  • Volume wall detection
  • Real-time stock data analysis

Credentials and setup notes

Configuration is passed through the environment: TELEGRAM_BOT_TOKEN, TELEGRAM_WEBHOOK_URL, AZURE_OPENAI_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by Cognitive-Stack; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Bull Vision Agent's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Configuration

VariableDescriptionRequired
TELEGRAM_BOT_TOKENCredential the server authenticates with.Yes
TELEGRAM_WEBHOOK_URLEndpoint or connection string the server talks to.Yes
AZURE_OPENAI_API_KEYCredential the server authenticates with.Yes

Frequently asked questions

It requires Python dependencies installed via Poetry, a Telegram bot token from @BotFather, an Azure OpenAI API key and endpoint, and a MongoDB connection string.