Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💰 Finance & Fintech
  3. Hollaugo Financial Research Mcp Server
H
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:03:28 PM

Hollaugo Financial Research Mcp Server

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository22 GitHub StarsTotal stargazers on GitHub for the source repository (22 stars).

Analyze stocks with summaries, price targets, and analyst recommendations. Track SEC filings, divi…

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "hollaugo-financial-research-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "https://modelcontextprotocol.io/"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives💰 More in Finance & Fintech

Documentation Overview

AI Agent Tutorials & Implementations

A comprehensive collection of production-ready AI agent implementations showcasing different frameworks, protocols, and integration patterns. This repository demonstrates various approaches to building intelligent agents with Model Context Protocol (MCP), multi-agent systems, and real-world integrations.

Repository Overview

This repository contains multiple agent implementations, each demonstrating different architectural patterns and use cases:

ProjectFrameworkKey FeaturesUse Case
agent2agentLangGraph + A2A ProtocolRemote agent communication, Slack integrationInvestment research
mcp-financialFastMCP + FastAPIASGI integration, CLI clientFinancial data analysis
bright-mcp-server-overviewDual: LangGraph + ADKMemory persistence, extended timeoutsWeb scraping & research
fpl-deepagentFastMCP + React UIStreamable HTTP, ChatGPT integrationFantasy Premier League
task-manager-appFastMCP + React UI + SupabaseOAuth (Auth0), per-user DB state, Slack notificationsTask management in ChatGPT
notion-mcp-agentLangGraph + MCPNotion integration, database managementKnowledge management
claude-advanced-tool-useClaude API + FastMCPPTC, Tool Search, MCP integrationToken-efficient AI agents
claude-skillsClaude Skills APIDocument generation, custom skillsPowerPoint, Excel, Word creation
openai-chatkit-starter-appNext.js + ChatKitAgent Builder integration, web componentChatKit UI development
mastra-overviewMastra frameworkMulti-LLM orchestrationFramework exploration
smithery-exampleSmithery + FastMCPMCP playground, development toolsMCP development
mcp-appsMCP Apps (OpenAI Apps SDK)Example MCP Apps (weather + stock analysis)MCP Apps reference implementations

Project Descriptions

agent2agent/

Investment Research Analyst Agent

A production-ready investment research agent implementing Google's Agent-to-Agent (A2A) protocol for remote agent communication.

Key Features:

  • Framework: LangGraph with LangChain
  • Protocol: Agent-to-Agent (A2A) for remote communication
  • Integration: Slack with Block Kit UI and metadata modals
  • Architecture: FastAPI server exposing both A2A endpoints and Slack events
  • Memory: Persistent conversation state management
  • Deployment: Docker ready with Render.com configuration

Technical Stack:

  • LangGraph for agent orchestration
  • FastAPI for A2A protocol implementation
  • Slack Block Kit for interactive UI
  • LangSmith for observability (optional)
  • Docker for containerized deployment

Use Cases:

  • Stock summaries and analysis
  • SEC filings research
  • Analyst recommendations
  • Financial data aggregation
  • Investment research workflows

mcp-financial/

Investment Analyst MCP Agent

A financial data agent powered by FastMCP with ASGI integration, providing both CLI and Slack interfaces.

Key Features:

  • Framework: FastMCP with FastAPI ASGI integration
  • Interfaces: CLI client and Slack bot
  • Architecture: MCP server exposed via FastAPI endpoints
  • Integration: Direct Slack event handling
  • Deployment: Production-ready with health checks

Technical Stack:

  • FastMCP for Model Context Protocol implementation
  • FastAPI for ASGI integration
  • Uvicorn for server runtime
  • Slack API for bot functionality
  • MCP Inspector for debugging

Use Cases:

  • Financial data analysis
  • Stock price monitoring
  • Earnings analysis
  • Market research
  • Investment insights

bright-mcp-server-overview/

Bright Data MCP Research Agent

A comprehensive research agent powered by Bright Data's web scraping infrastructure, featuring dual AI agent implementations.

Key Features:

  • Dual Framework: LangGraph (with memory) + Google ADK (with extended timeouts)
  • Integration: Bright Data MCP server for web scraping
  • Slack Interface: Interactive agent selection via dropdown
  • Memory: Persistent conversation memory (LangGraph)
  • Timeouts: Extended timeout handling (ADK) for long operations
  • Specialization: SEO research, e-commerce intelligence, market analysis

Technical Stack:

  • LangGraph Agent: OpenAI GPT with MemorySaver checkpointer
  • ADK Agent: Google Gemini 2.0 Flash with custom timeout patches
  • MCP Integration: Bright Data MCP server for data collection
  • Slack Integration: Bot with agent selection and interactive UI

Agent Comparison:

FeatureLangGraph AgentADK Agent
MemoryPersistent (checkpointer)Context-aware (5 messages)
TimeoutStandard (5s)Extended (60s)
ModelOpenAI GPTGemini 2.0 Flash
Best ForInteractive conversationsLong-running operations

Use Cases:

  • SEO keyword research and SERP analysis
  • E-commerce product monitoring and price tracking
  • Competitor analysis and market intelligence
  • Web scraping and data collection
  • Business intelligence and insights

fpl-deepagent/

Fantasy Premier League MCP Assistant

A comprehensive Fantasy Premier League assistant that integrates with ChatGPT through the Model Context Protocol (MCP), featuring beautiful React UI components and real-time FPL data.

Key Features:

  • Framework: FastMCP with Streamable HTTP transport
  • UI Integration: React 18 + TypeScript components for ChatGPT
  • Real-time Data: Live FPL API integration with caching and error handling
  • Design Compliance: Follows OpenAI Apps SDK design guidelines exactly
  • Interactive Tools: Player search, detailed stats, and side-by-side comparison

Technical Stack:

  • FastMCP for MCP server implementation
  • React 18 + TypeScript for UI components
  • OpenAI Apps SDK integration with window.openai API
  • esbuild for fast, modern bundling
  • Streamable HTTP for bidirectional communication

UI Components:

  • PlayerListComponent: Interactive player grid with favorites
  • PlayerDetailComponent: Detailed player stats and upcoming fixtures
  • PlayerComparisonComponent: Side-by-side comparison with highlighted stats

Use Cases:

  • Player search and discovery
  • Detailed player statistics and form analysis
  • Player comparison for team selection
  • FPL team optimization
  • Real-time price and form tracking

task-manager-app/

Task Manager ChatGPT App (Apps SDK + MCP + Supabase + OAuth)

A production-ready tutorial showing how to build a ChatGPT App with:

  • FastMCP (Streamable HTTP) as the MCP server
  • React widgets rendered inside ChatGPT
  • Supabase (Postgres) as authoritative state for tasks/notifications
  • OAuth (Auth0) for multi-user authentication (MCP OAuth)
  • Optional Slack notifications (send now + schedule)

Start here:

  • task-manager-app/README.md

notion-mcp-agent/

Notion Knowledge Management Agent

A sophisticated agent that integrates with Notion through MCP, providing intelligent database management and knowledge organization capabilities.

Key Features:

  • Framework: LangGraph with MCP integration
  • Integration: Notion API for database operations
  • Slack Interface: Interactive knowledge management
  • Context Management: Intelligent data aggregation
  • Database Operations: Create, read, update, and organize Notion databases

Technical Stack:

  • LangGraph for agent orchestration
  • Notion MCP server for database operations
  • Slack API for user interaction
  • Context aggregation for intelligent responses

Use Cases:

  • Knowledge base management
  • Database organization and maintenance
  • Content aggregation and structuring
  • Team collaboration workflows
  • Information retrieval and organization

claude-advanced-tool-use/

Claude Advanced Tool Use Tutorial

A comprehensive tutorial demonstrating Anthropic's Advanced Tool Use features: Programmatic Tool Calling (PTC) and Tool Search. These features enable AI agents to scale to thousands of tools while dramatically reducing token usage.

Key Features:

  • Programmatic Tool Calling (PTC): Claude writes Python code that orchestrates tool calls in a sandbox
  • Tool Search: Dynamic tool discovery with defer_loading for efficient context usage
  • MCP Integration: Tool Search combined with MCP servers via mcp_toolset
  • Real-World Examples: Financial data tools using yfinance
  • Token Savings: Up to 98% reduction in token usage for complex tasks

Technical Stack:

  • Anthropic Claude API (Sonnet 4.5)
  • Beta headers: advanced-tool-use-2025-11-20
  • FastMCP for MCP server implementation
  • Python + yfinance for financial data
  • ngrok for MCP server tunneling

Examples:

  • 01_ptc_token_savings.py - Programmatic Tool Calling with token comparison
  • 02_tool_search.py - Tool Search with 10 deferred financial tools
  • 03_mcp_tool_search.py - MCP + Tool Search via ngrok tunnel
  • mcp_server.py - FastMCP server exposing financial tools

Key Concepts:

FeatureDescriptionToken Savings
Programmatic Tool CallingTool results stay in sandbox, only print() output enters context37%
Tool SearchOnly load tool definitions when discovered85%
CombinedPTC + Tool Search togetherUp to 98%

Use Cases:

  • Building AI agents with many tools (100+)
  • Reducing context window bloat from tool definitions
  • Processing large datasets without context overflow
  • MCP server integration with dynamic tool discovery
  • Token-efficient financial analysis agents

claude-skills/

Claude Skills API Implementation

A comprehensive implementation of Claude's Skills API for automated document generation and custom skill creation.

Key Features:

  • Framework: Claude Skills API with streaming support
  • Document Generation: PowerPoint, Excel, Word, and PDF creation
  • Custom Skills: Upload and manage custom skills (8MB limit)
  • File Management: List, download, and delete generated files
  • Multi-Skill Workflows: Combine multiple skills in single requests

Technical Stack:

  • Claude Skills API with beta features
  • Code execution environment (2025-08-25)
  • Files API (2025-04-14)
  • Streaming responses for real-time progress
  • Python SDK with uv package manager

Utilities:

  • list-skills.py - List all available skills
  • create-skill.py - Upload custom skills from directories
  • use-skill.py - Generate documents with single skills
  • multi-skill-demo.py - Complex workflows with multiple skills
  • list-files.py / download-file.py / delete-file.py - File management

Use Cases:

  • Automated PowerPoint presentation generation
  • Excel spreadsheet creation and data analysis
  • Word document generation
  • PDF report creation
  • Custom skill development and deployment
  • Multi-format document workflows

openai-chatkit-starter-app/

ChatKit Web Component Starter

A minimal Next.js starter template for building ChatKit applications with OpenAI's Agent Builder workflows.

Key Features:

  • Framework: Next.js with ChatKit web component
  • Integration: OpenAI Agent Builder workflows
  • Customization: Configurable themes, prompts, and UI
  • Session Management: Ready-to-use session endpoint
  • Deployment: Domain allowlist verification support

Technical Stack:

  • Next.js for application framework
  • OpenAI ChatKit web component (<openai-chatkit>)
  • OpenAI API integration
  • TypeScript for type safety
  • Configurable theming system

Key Components:

  • Session creation endpoint (/api/create-session)
  • ChatKit panel with event handlers
  • Theme and color scheme controls
  • Starter prompts configuration
  • Error overlay for debugging

Use Cases:

  • ChatKit application prototyping
  • Agent Builder workflow integration
  • Custom ChatKit UI development
  • OpenAI workflow testing
  • Production ChatKit deployments

mastra-overview/

Mastra Framework Exploration

An exploration of the Mastra framework for multi-LLM orchestration and agent management.

Key Features:

  • Framework: Mastra for multi-LLM orchestration
  • Multi-LLM: Support for multiple language models
  • Orchestration: Intelligent model selection and routing
  • Polyfills: Crypto polyfills for browser compatibility

Technical Stack:

  • Mastra framework
  • Multi-LLM integration
  • Browser compatibility polyfills
  • TypeScript configuration

Use Cases:

  • Multi-LLM agent systems
  • Model orchestration and routing
  • Framework exploration and evaluation
  • LLM comparison and benchmarking

smithery-example/

MCP Development Playground

A comprehensive development environment for MCP (Model Context Protocol) with FastMCP integration and testing tools.

Key Features:

  • Framework: Smithery + FastMCP
  • Development Tools: MCP playground and testing environment
  • Financial Integration: Example financial server implementation
  • Testing: Comprehensive test suite and examples
  • Documentation: Development guides and examples

Technical Stack:

  • Smithery for MCP development
  • FastMCP for server implementation
  • Testing frameworks for validation
  • Development tooling and playgrounds

Use Cases:

  • MCP server development
  • Protocol testing and validation
  • Financial data integration examples
  • Development environment setup
  • MCP learning and exploration

mcp-apps/

MCP Apps Examples (Weather + Stock Analysis)

Two minimal example MCP Apps showing how to build UI + server experiences using the MCP Apps extensions.

Key Features:

  • Weather App: UI + MCP server example with a simple weather workflow
  • Stock Analysis App: UI + MCP server example for market/stock analysis
  • Apps SDK: Designed to follow MCP Apps extension patterns
  • Docs Reference: See the MCP Apps docs for the full guide

Use Cases:

  • Learning MCP Apps fundamentals
  • Building UI-backed MCP Apps
  • Reference implementations for new MCP App projects

Getting Started

Each project includes comprehensive setup instructions in its respective README file. General prerequisites include:

Common Requirements

  • Python 3.9+ (some projects require newer; see each project README)
  • Valid API keys for respective services
  • Slack workspace access (for Slack integrations)
  • Environment variable configuration

Quick Start Pattern

bash
# 1. Navigate to desired project
cd [project-name]/

# 2. Install dependencies
# Most Python projects here use uv:
uv sync
# Some projects use pip/requirements.txt:
# pip install -r requirements.txt

# 3. Configure environment
cp .env.example .env
# Edit .env with your API keys

# 4. Run the agent
# (varies by project - see individual READMEs)

Architecture Patterns

Model Context Protocol (MCP)

Multiple projects demonstrate different MCP implementation patterns:

  • FastMCP ASGI: Direct FastAPI integration (mcp-financial, smithery-example)
  • FastMCP Streamable HTTP: Modern bidirectional communication (fpl-deepagent)
  • Bright Data MCP: External MCP server communication
  • Notion MCP: Database and knowledge management integration

Agent Communication

  • A2A Protocol: Remote agent-to-agent communication (agent2agent)
  • State Management: Persistent conversation memory (bright-mcp-server-overview)

UI Integration Patterns

  • React + ChatGPT: OpenAI Apps SDK integration (fpl-deepagent)
  • Next.js + ChatKit: Agent Builder workflow integration (openai-chatkit-starter-app)
  • Slack Bots: Event-driven chat interfaces (multiple projects)
  • CLI Clients: Command-line agent interaction

Document Generation

  • Claude Skills API: Automated document creation with streaming (claude-skills)
  • Multi-Format Support: PowerPoint, Excel, Word, PDF generation
  • Custom Skills: Uploadable skill packages for specialized tasks

Development & Testing

  • MCP Playground: Development and testing environment (smithery-example)
  • Multi-LLM Orchestration: Framework exploration (mastra-overview)
  • Agent Builder: OpenAI workflow development (openai-chatkit-starter-app)

Integration Patterns

  • Container Deployment: Docker and cloud-ready
  • API Integration: RESTful agent endpoints
  • Database Integration: Knowledge management systems
  • Real-time Data: Live API integration with caching

Contributing

Each project welcomes contributions. Please:

  1. Fork the repository
  2. Create a feature branch
  3. Follow the project's coding standards
  4. Include tests where applicable
  5. Submit a Pull Request

License

MIT License - see individual project LICENSE files for details.

Support & Resources

Documentation Links

  • Model Context Protocol
  • LangGraph Documentation
  • OpenAI Agent SDK
  • OpenAI Apps SDK
  • OpenAI ChatKit
  • OpenAI Agent Builder
  • Claude Skills API
  • Claude Programmatic Tool Calling
  • Claude Tool Search
  • Anthropic Blog - Advanced Tool Use
  • Anthropic Blog - Code Execution
  • Anthropic Console
  • Google ADK
  • FastMCP
  • Mastra Framework
  • Smithery
  • Slack API

Platform-Specific Support

  • Bright Data: brightdata.com/support
  • Notion: developers.notion.com
  • Fantasy Premier League: fpl.readthedocs.io
  • Slack: api.slack.com/support

Built with ❤️ demonstrating the future of AI agent development

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • D
    Drillr — The financial MCP for AI agents

    The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.

    💰 Finance & Fintech0 views
    Compare vs Drillr — The financial MCP for AI agents →
  • Cabrini Market Data logoCabrini Market Data

    US stock market data for AI agents — 23 years of minute bars, SEC filings, fundamentals.

    💰 Finance & Fintech0 views
    Compare vs Cabrini Market Data →
  • P
    Plainyogurt21 Sec Edgar Mcp

    Provide AI assistants with real-time access to official SEC EDGAR filings and financial data. Enab…

    💰 Finance & Fintech0 views
    Compare vs Plainyogurt21 Sec Edgar Mcp →
  • Boothcheck logoBoothcheck

    What a stock's price is betting on: implied growth, duration, and margin from SEC filings. Free.

    💰 Finance & Fintech0 views
    Compare vs Boothcheck →

Frequently Asked Questions about Hollaugo Financial Research Mcp Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "hollaugo-financial-research-mcp-server": { "command": "npx", "args": ["-y", "hollaugo-financial-research-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewHollaugo Financial Research Mcp Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/hollaugo-financial-research-mcp-server?style=directory)](https://allmcps.com/mcp/hollaugo-financial-research-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/hollaugo-financial-research-mcp-server"><img src="https://allmcps.com/api/badge/hollaugo-financial-research-mcp-server?style=directory" alt="Hollaugo Financial Research Mcp Server on AllMCPs" /></a>

Technical Specs & Signals

Category💰Finance & Fintech
More technical detailsExpand ▾
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars22
GitHub Star CountTotal stargazers on GitHub representing community popularity (22 stars).
Last commit6mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Feb 7, 2026
39Quality signal: Fair · 39/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💰 Finance & Fintech →Best MCP servers for Finance & Fintech →Alternatives to Hollaugo Financial Research Mcp Server →Install in Claude DesktopInstall in CursorInstall in VS Code