Juhe Data MCP. Access real-time data for weather, ID, and news.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Juhe Data / 聚合数据. Connect this server to your AI client to get real-time data from China. Check current weather, verify ID card details, look up IP locations, and grab the latest news across multiple categories.
It's a single source for weather, identity, and global trends.
What your AI agents can do
Get calendar day
Gets holiday and calendar information for a specific day.
Get calendar month
Gets holiday information for an entire month.
Get constellation horoscope
Retrieves a horoscope reading based on astronomical data.
The agent fetches current weather reports and multi-day forecasts for any Chinese city.
The agent uses an ID card number to confirm the holder's sex, birth date, and registration area.
The agent looks up an IP address to find the associated geographical region and network provider.
The agent retrieves the most current headlines and articles from various news categories.
The agent fetches current currency exchange rates or the latest oil prices in China.
The agent retrieves specialized data like holiday schedules, lunar calendar dates, or horoscopes.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
Juhe Data / 聚合数据: 10 Tools for Data Aggregation
Use these tools to check weather, verify IDs, look up IP locations, and pull market data across China.
019d844dget calendar day
Gets holiday and calendar information for a specific day.
019d844dget calendar month
Gets holiday information for an entire month.
019d844dget constellation horoscope
Retrieves a horoscope reading based on astronomical data.
019d844dget driving test questions
Provides random questions for a driving test.
019d844dget exchange rate
Fetches the current exchange rate between two currencies.
019d844dget id card info
Retrieves basic personal information using a Chinese ID card number.
019d844dget ip lookup
Looks up the geographic location associated with a given IP address.
019d844dget latest news
Retrieves the most recent news headlines and articles.
019d844dget oil price
Fetches the latest crude oil prices specifically for China.
019d844dget weather
Gets current weather information and forecasts for a specified city.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Juhe Data / 聚合数据, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
Juhe Data gives your AI client real-time data from China. Your agent can check the weather, verify IDs, look up IP locations, and grab the latest news from one place. You're dealing with a single source for everything, from local weather to global trends.
Check Local Conditions: Your agent fetches current weather reports and multi-day forecasts for any Chinese city using get_weather.
Verify Identity Details: You can use get_id_card_info to confirm a person's sex, birth date, and registration area based on a Chinese ID card number.
Determine User Location: The agent looks up an IP address using get_ip_lookup to find the associated geographical region and network provider.
Gather News Feeds: It pulls the most current headlines and articles across various news categories via get_latest_news.
Track Financial Data: You can fetch the current exchange rate between two currencies with get_exchange_rate, or grab the latest crude oil prices specific to China using get_oil_price.
Access Cultural Data: The server handles specialized data like holiday schedules using get_calendar_day and get_calendar_month, provides constellation horoscopes with get_constellation_horoscope, and gives random questions for a driving test via get_driving_test_questions.
How Juhe Data MCP Works
- 1 First, subscribe to the Juhe Data server and input your required Juhe AppKeys (e.g., for Weather, ID, News).
- 2 Next, prompt your AI client (like Claude or Cursor) to perform a specific action, such as 'What's the weather in Shanghai?'
- 3 Your agent calls the necessary tool (
get_weather) with the city name, and the client returns the structured data.
The bottom line is, you tell your agent what data you need, and it handles the API calls to get it.
Who Is Juhe Data MCP For?
The ops engineer who needs to know the weather in three different regions for a supply run. The compliance officer who has to manually check ID details. The research analyst tracking currency changes. If your job involves gathering diverse, real-time data from China, this is for you.
Checks local conditions using get_weather before planning routes and adjusting inventory based on forecasts.
Automates basic identity checks using get_id_card_info to validate records and reduce manual auditing time.
Gathers real-time data on news trends (get_latest_news) and currency rates (get_exchange_rate) to build market reports.
Integrates utilities like IP lookups (get_ip_lookup) and news feeds (get_latest_news) into AI-driven internal tools.
What Changes When You Connect
- See real-time weather and 3-day forecasts instantly. Use
get_weatherto plan logistics based on accurate local conditions. - Automate background checks.
get_id_card_infoinstantly validates ID numbers, saving hours of manual data entry for compliance teams. - Map user origins. Use
get_ip_lookupto identify where an IP address belongs, giving context to user interactions. - Stay current on events.
get_latest_newspulls the latest headlines across various categories, keeping your research up to date. - Track global finance. Need to know the price of oil or currency?
get_oil_priceandget_exchange_rateprovide the numbers you need. - Handle niche data. Need a holiday schedule or a horoscope? Tools like
get_calendar_monthandget_constellation_horoscopehandle it.
Real-World Use Cases
Planning a Cross-Regional Deployment
The ops engineer needs to know if a shipment to Wuhan is viable. They ask their agent, 'What's the weather in Wuhan for the next three days?' The agent calls get_weather and returns a forecast, allowing the engineer to reschedule the shipment.
Validating a Client's Identity
A compliance officer receives a new client file. Instead of manual checks, they prompt their agent to run get_id_card_info with the provided ID number. The agent returns the holder's sex, birth date, and registration area immediately.
Building a Market Intelligence Dashboard
A research analyst needs a summary of China's economic health. They ask their agent to pull get_latest_news for tech, then run get_exchange_rate for USD/CNY, and finally call get_oil_price for the latest market snapshot.
Geo-Locating a Suspicious IP
The security team flags an unusual IP address. They ask their agent to run get_ip_lookup. The agent returns the location and network provider, helping the security team narrow down the source of the threat.
The Tradeoffs
Treating data sources as static.
Trying to hardcode the latest news or the current exchange rate into a script. This fails the minute the data changes.
→
Always use the specific tools. For news, run get_latest_news. For currency, use get_exchange_rate. This keeps your data live and accurate.
Ignoring location context.
Assuming a weather report for a city is enough. You might miss that the data needs to be tied to a specific IP address context.
→
If location matters, run get_ip_lookup first to confirm the user's region, then use that data with get_weather for better context.
Mixing unrelated tools.
Asking the agent to find a horoscope and then check the oil price in the same prompt without clear separation.
→
Break complex requests into distinct steps. Use get_constellation_horoscope for the fun stuff, and run get_oil_price in a separate, focused prompt for financial data.
When It Fits, When It Doesn't
Use this server if your workflow requires gathering diverse, real-time information about China—things like weather, identity, or current market data. The tools cover everything from basic logistics (get_weather) to specialized auditing (get_id_card_info).
Don't use it if you only need to interact with one domain (e.g., only general web scraping). For pure web scraping, use a dedicated web crawler service. If you only need to calculate a known formula, use a simple math library. This server is for data aggregation and API calls.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Juhe Data / 聚合数据. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 10 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Manually checking data across multiple sources is a time sink.
Right now, getting a full picture of a location means checking Google Weather, then manually searching a government site for ID verification, and finally opening a news site to see current events. You're copying data from five different tabs and piecing together a narrative.
With Juhe Data, you simply tell your agent what you need. It calls `get_weather`, runs `get_id_card_info`, and pulls `get_latest_news`—all within one conversation thread. You get the whole picture without leaving your chat window.
Juhe Data / 聚合数据 MCP Server: Get data, not just headlines.
Before this, getting local data meant calling three different APIs, managing three different API keys, and writing complex, brittle integration code just to get the temperature, the ID details, and the oil price. It was a developer nightmare.
Now, your agent manages all the keys and the calls. You just need to ask for the data. It's reliable, unified, and ready to use immediately.
Common Questions About Juhe Data MCP
How do I check the weather in Shanghai using get_weather? +
Just tell your agent: 'What's the weather in Shanghai?' The agent calls get_weather and returns the current conditions and the three-day forecast right away.
Does get_id_card_info work for any country's ID card? +
No. get_id_card_info is designed specifically for Chinese ID card numbers. You must provide a valid 18-digit Chinese ID.
How do I get the latest news headlines with get_latest_news? +
Ask your agent to retrieve the news. It uses get_latest_news to grab the top headlines across various categories, giving you a quick summary.
Can I get both the weather and the exchange rate at the same time? +
Yes. You can chain the tools. Ask for 'the weather in Beijing and the USD to CNY exchange rate.' Your agent runs get_weather and get_exchange_rate sequentially.
What is the difference between get_latest_news and get_calendar_day? +
get_latest_news fetches current events and articles. get_calendar_day only provides calendar facts, like whether a specific day is a holiday or what the lunar date is.
What should I do if I run into an error using get_ip_lookup? +
If you get an error, check the IP address format and ensure the address is currently active. The tool requires a valid, reachable IPv4 or IPv6 string. If the error persists, verify the service keys are correctly configured in your Vinkius Marketplace subscription.
How do I get the currency exchange rate using get_exchange_rate? +
You must provide the source and target currencies (e.g., CNY to USD). The function only returns the current, real-time rate and does not require a specific date. Make sure your AI client sends both currency codes in the proper format.
Can I use get_calendar_month to check for holidays in a specific year? +
Yes, you pass the desired year and month to the function. This allows you to list all public holidays, including lunar and national observances, for that specific period. The output includes the holiday name and date.
How do I get my Juhe AppKey? +
Log in to the Juhe Data website, browse the API store, apply for the services you need (e.g., Weather, ID Card), and you will find the corresponding AppKey in your personal center under 'My APIs'.
Can I use one key for all tools? +
Usually, Juhe Data assigns separate AppKeys for different API services. Ensure you provide the correct key for each service (Weather, ID Card, News, etc.) in the credentials section of this server.
Is this data only for mainland China? +
Most Juhe services focus on mainland China (Weather, ID Card, Oil Prices). However, some services like IP Lookup and Exchange Rates provide global information.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
Nango (Unified API & Integration Platform)
Manage product integrations via Nango — audit OAuth connections, track data syncs, and explore unified records.
Eden AI Alternative
Access 100+ AI models through a single API — route LLMs, generate embeddings, and execute specialized AI tasks like OCR and translation.
Mailjet
Send transactional emails and manage marketing campaigns via the Mailjet REST API.
You might also like
Gitea
Manage self-hosted Git via Gitea — list and manage repositories, track issues and pull requests, handle organizations, and audit branches directly from any AI agent.
Payload CMS Extended
Manage your Payload CMS instance — query collections, inspect documents, and manage content directly from your AI agent.
Zeev
Digitize business processes with BPMN workflows, electronic forms, and approval chains that replace paper and email chaos.