dappier mcp

Local 2025-09-01 00:52:16 0

Dappier MCP server connects any AI to proprietary, real-time data — including web search, news, sports, stock market data, and premium publisher content.


Smithery Badge

A Model Context Protocol (MCP) server that connects any LLM or Agentic AI to real-time, rights-cleared, proprietary data from trusted sources. Dappier enables your AI to become an expert in anything by providing access to specialized models, including Real-Time Web Search, News, Sports, Financial Stock Market Data, Crypto Data, and exclusive content from premium publishers. Explore a wide range of data models in our marketplace at marketplace.dappier.com.

Features

  • Real-Time Web Search: Access real-time Google web search results, including the latest news, weather, stock prices, travel, deals, and more.
  • Stock Market Data: Get real-time financial news, stock prices, and trades from Polygon.io, with AI-powered insights and up-to-the-minute updates.
  • AI-Powered Recommendations: Personalized content discovery across Sports, Lifestyle News, and niche favorites like I Heart Dogs, I Heart Cats, Green Monster, WishTV, and many more.
  • Structured JSON Responses: Rich metadata for articles, including titles, summaries, images, and source URLs.
  • Flexible Customization: Choose from predefined data models, similarity filtering, reference domain filtering, and search algorithms.

Tools

  • Name: dappier_real_time_search
  • Description: Retrieves direct answers to real-time queries using AI-powered search. This includes web search results, financial information, news, weather, stock market updates, and more.
  • Parameters:
  • query (string, required): The user-provided input string for retrieving real-time data.
  • ai_model_id (string, optional): The AI model ID to use for the query. Defaults to am_01j06ytn18ejftedz6dyhz2b15 (Real-Time Data).

2. AI Recommendations

  • Name: dappier_ai_recommendations
  • Description: Provides AI-powered content recommendations based on structured data models. Returns a list of articles with titles, summaries, images, and source URLs.
  • Parameters:
  • query (string, required): The user-provided input string for AI recommendations.
  • data_model_id (string, optional): The data model ID to use for recommendations. Defaults to dm_01j0pb465keqmatq9k83dthx34 (Sports News).
  • similarity_top_k (integer, optional): The number of top documents to retrieve based on similarity. Defaults to 9.
  • ref (string, optional): The site domain where AI recommendations should be displayed. Defaults to None.
  • num_articles_ref (integer, optional): The minimum number of articles to return from the specified reference domain (ref). Defaults to 0.
  • search_algorithm (string, optional): The search algorithm to use for retrieving articles. Options: most_recent, semantic, most_recent_semantic, trending. Defaults to most_recent.

Setup Instructions

Installing via Smithery

To install dappier-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @DappierAI/dappier-mcp --client claude

1. Get Dappier API Key

Head to Dappier to sign up and generate an API key.

2. Install Dependencies

Install uv first.

MacOS/Linux:

curl -LsSf https://astral.sh/uv/install.sh | sh

Windows:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

3. Install Dappier MCP Server

pip install dappier-mcp

Or if you have uv installed:

uv pip install dappier-mcp

4. Configure Claude Desktop

Update your Claude configuration file (claude_desktop_config.json) with the following content:

{
  "mcpServers": {
    "dappier": {
      "command": "uvx",
      "args": ["dappier-mcp"],
      "env": {
        "DAPPIER_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Configuration file location: - macOS: ~/Library/Application Support/Claude/claude_desktop_config.json - Windows: %APPDATA%Claudeclaude_desktop_config.json

Examples

  • Query: "How is the weather today in Austin, TX?"
  • Query: "What is the latest news for Meta?"
  • Query: "What is the stock price for AAPL?"

AI Recommendations

  • Query: "Show me the latest sports news."
  • Query: "Find trending articles on sustainable living."
  • Query: "Get pet care recommendations from IHeartDogs AI."

Debugging

Run the MCP inspector to debug the server:

npx @modelcontextprotocol/inspector uvx dappier-mcp

Contributing

We welcome contributions to expand and improve the Dappier MCP Server. Whether you want to add new search capabilities, enhance existing functionality, or improve documentation, your input is valuable.

For examples of other MCP servers and implementation patterns, see: https://github.com/modelcontextprotocol/servers

Pull requests are welcome! Feel free to contribute new ideas, bug fixes, or enhancements.

[
  {
    "description": "     Retrieve real-time search data from Dappier by processing an AI model that supports two key capabilities:      - Real-Time Web Search:       Access the latest news, weather, travel information, deals, and more using model `am_01j06ytn18ejftedz6dyhz2b15`.      - Stock Market Data:       Retrieve real-time financial news, stock prices, and trade updates using model `am_01j749h8pbf7ns8r1bq9s2evrh`.      Based on the provided `ai_model_id`, the tool selects the appropriate model and returns search results.     ",
    "inputSchema": {
      "properties": {
        "ai_model_id": {
          "description": "The AI model ID to use for the query.  Available AI Models: - am_01j06ytn18ejftedz6dyhz2b15: (Real Time Data) Access real-time Google web search results, including the latest news, weather, travel, deals, and more. - am_01j749h8pbf7ns8r1bq9s2evrh: (Stock Market Data) Access real-time financial news, stock prices, and trades from Polygon.io, with AI-powered insights and up-to-the-minute updates.  ",
          "enum": [
            "am_01j06ytn18ejftedz6dyhz2b15",
            "am_01j749h8pbf7ns8r1bq9s2evrh"
          ],
          "title": "Ai Model Id",
          "type": "string"
        },
        "query": {
          "description": "The search query to retrieve real-time information.",
          "title": "Query",
          "type": "string"
        }
      },
      "required": [
        "query",
        "ai_model_id"
      ],
      "title": "dappier_real_time_searchArguments",
      "type": "object"
    },
    "name": "dappier_real_time_search"
  },
  {
    "description": "     Fetch AI-powered recommendations from Dappier by processing the provided query with a selected data model that tailors results to specific interests.      - **Sports News (dm_01j0pb465keqmatq9k83dthx34):**       Get real-time news, updates, and personalized content from top sports sources.      - **Lifestyle News (dm_01j0q82s4bfjmsqkhs3ywm3x6y):**       Access current lifestyle updates, analysis, and insights from leading lifestyle publications.      - **iHeartDogs AI (dm_01j1sz8t3qe6v9g8ad102kvmqn):**       Tap into a dog care expert with access to thousands of articles covering pet health, behavior, grooming, and ownership.      - **iHeartCats AI (dm_01j1sza0h7ekhaecys2p3y0vmj):**       Utilize a cat care specialist that provides comprehensive content on cat health, behavior, and lifestyle.      - **GreenMonster (dm_01j5xy9w5sf49bm6b1prm80m27):**       Receive guidance for making conscious and compassionate choices benefiting people, animals, and the planet.      - **WISH-TV AI (dm_01jagy9nqaeer9hxx8z1sk1jx6):**       Get recommendations covering sports, breaking news, politics, multicultural updates, and more.      Based on the chosen `data_model_id`, the tool processes the input query and returns a formatted summary including article titles, summaries, images, source URLs, publication dates, and relevance scores.     ",
    "inputSchema": {
      "properties": {
        "data_model_id": {
          "description": "The data model ID to use for recommendations.  Available Data Models: - dm_01j0pb465keqmatq9k83dthx34: (Sports News) Real-time news, updates, and personalized content from top sports sources like Sportsnaut, Forever Blueshirts, Minnesota Sports Fan, LAFB Network, Bounding Into Sports and Ringside Intel. - dm_01j0q82s4bfjmsqkhs3ywm3x6y: (Lifestyle News) Real-time updates, analysis, and personalized content from top sources like The Mix, Snipdaily, Nerdable and Familyproof. - dm_01j1sz8t3qe6v9g8ad102kvmqn: (iHeartDogs AI) A dog care expert with access to thousands of articles on health, behavior, lifestyle, grooming, ownership, and more from the industry-leading pet community iHeartDogs.com. - dm_01j1sza0h7ekhaecys2p3y0vmj: (iHeartCats AI) A cat care expert with access to thousands of articles on health, behavior, lifestyle, grooming, ownership, and more from the industry-leading pet community iHeartCats.com. - dm_01j5xy9w5sf49bm6b1prm80m27: (GreenMonster) A helpful guide to making conscious and compassionate choices that benefit people, animals, and the planet. - dm_01jagy9nqaeer9hxx8z1sk1jx6: (WISH-TV AI) Covers sports, politics, breaking news, multicultural news, Hispanic language content, entertainment, health, and education.  ",
          "enum": [
            "dm_01j0pb465keqmatq9k83dthx34",
            "dm_01j0q82s4bfjmsqkhs3ywm3x6y",
            "dm_01j1sz8t3qe6v9g8ad102kvmqn",
            "dm_01j1sza0h7ekhaecys2p3y0vmj",
            "dm_01j5xy9w5sf49bm6b1prm80m27",
            "dm_01jagy9nqaeer9hxx8z1sk1jx6"
          ],
          "title": "Data Model Id",
          "type": "string"
        },
        "num_articles_ref": {
          "default": 0,
          "description": "Minimum number of articles to return from the reference domain.",
          "title": "Num Articles Ref",
          "type": "integer"
        },
        "query": {
          "description": "The input string for AI-powered content recommendations.",
          "title": "Query",
          "type": "string"
        },
        "ref": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": {
            "path": "smithery.yaml",
            "type": "blob"
          },
          "description": "The site domain where recommendations should be prioritized.",
          "title": "Ref"
        },
        "search_algorithm": {
          "default": "most_recent",
          "description": "The search algorithm to use for retrieving articles.",
          "enum": [
            "most_recent",
            "semantic",
            "most_recent_semantic",
            "trending"
          ],
          "title": "Search Algorithm",
          "type": "string"
        },
        "similarity_top_k": {
          "default": 9,
          "description": "Number of top similar articles to retrieve based on semantic similarity.",
          "title": "Similarity Top K",
          "type": "integer"
        }
      },
      "required": [
        "query",
        "data_model_id"
      ],
      "title": "dappier_ai_recommendationsArguments",
      "type": "object"
    },
    "name": "dappier_ai_recommendations"
  }
]