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
Real-Time Data Search
- 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(str): The user-provided query. Examples include:"How is the weather today in Austin, TX?""What is the latest news for Meta?""What is the stock price for AAPL?"
-
ai_model_id(str) Optional:- The AI model ID to use for the query.
- Defaults to
"am_01j06ytn18ejftedz6dyhz2b15". - Multiple AI model IDs are available, which can be found at Dappier marketplace.
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(str): The user query for retrieving recommendations. -
data_model_id(str) Optional:- The data model ID to use for recommendations.
- Defaults to
"dm_01j0pb465keqmatq9k83dthx34".
-
similarity_top_k(int) Optional:- The number of top documents to retrieve based on similarity.
- Defaults to
9.
-
ref(str) Optional:- The site domain where AI recommendations should be displayed.
- Defaults to
None.
-
num_articles_ref(int) Optional:- The minimum number of articles to return from the specified reference domain (
ref). - The remaining articles will come from other sites in the RAG model.
- Defaults to
0.
- The minimum number of articles to return from the specified reference domain (
-
search_algorithm(str) Optional:- The search algorithm to use for retrieving articles.
- Options:
"most_recent"(default),"semantic","most_recent_semantic","trending".
Setup
Get Dappier API Key
You can go to here to get API Key from Dappier.Install Dependencies
First, installuv.
macOS/Linux:
Install Dappier MCP Server
uv:
Using with Clients
Once installed, the Dappier MCP Server can be run with:Note: You may need to put the full path to theuvexecutable in thecommandfield if using a custom client integration.
You can get this by runningwhich uvon macOS/Linux orwhere uvon Windows.
Examples
Real-Time Data Search
"How is the weather today in Austin, TX?""What is the latest news for Meta?""What is the stock price for AAPL?"
AI Recommendations
"Show me the latest sports news.""Find trending articles on sustainable living.""Get pet care recommendations from IHeartDogs AI."

