Hiasynth Humanity
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Hiasynth HumanityHow many renting families with above-median income live in Bavaria, and where do they cluster?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hiasynth Humanity
Query humanity.
Europe's population layer. Demographic, spending and market data for every place in Europe, as one remote MCP server, for your AI assistant or inside your own product.
Nobody could say what a Lyon neighbourhood spends on restaurants, or how many renting families in Bavaria earn above the median. Statistics come as national averages, surveys as small samples, and nothing ties who people are to where they live and what they spend. Hiasynth Humanity models it: all 522 million Europeans, each in a household, each household in its neighbourhood, with a line-by-line budget. That's ~700 attributes per person, queryable in any combination, at any resolution down to 1 km². No real person is in it, so it's private by design.
https://mcp.hiasynth.coStreamable HTTP · OAuth 2.1 (sign in with your Hiasynth account) or an API key · every tool read-only.
Connect
Client | How |
Claude (web, desktop, mobile) | Settings → Connectors → Add custom connector → paste the address. Guide |
ChatGPT | Settings → Apps → Create → paste the address. Guide |
Claude Code |
|
Cursor / VS Code | The buttons above. |
Gemini CLI |
|
Anything else | Remote MCP over streamable HTTP. Guide |
Headless clients send an API key from hiasynth.co/app/mcp as Authorization: Bearer …:
{
"mcpServers": {
"hiasynth": {
"url": "https://mcp.hiasynth.co",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Related MCP server: Voltcast MCP Server
Build it into your product
The same server is an API for your features and agents: size a market inside a CRM and show where to dig next, tie a marketing tool's personas to the actual population, or show the wallet size of any neighbourhood.
Auth: OAuth 2.1 for user-facing apps, or a server-side API key from hiasynth.co/app/mcp (
Authorization: Bearer …).Responses: structured JSON with the numbers already computed: counts, shares, lift against the local baseline, top places, and a confidence tier. Aggregates only, never individual records.
Fine control:
query_populationtakes a structured spec (group-by, filters, count/share/avg) for pipelines that need exact shapes.Any MCP client library works: the official SDKs, the Claude and OpenAI APIs' MCP connectors, LangChain, or plain JSON-RPC over HTTPS.
What analyze_market returns for renting families with above-median income in Bavaria (trimmed):
{
"headline": "418,921 households (6.81% of Bayern). Biggest markets: München, Nürnberg.",
"segment_size": { "count": 418921, "share_pct": 6.81, "population": 6153349 },
"core_markets": [
{ "name": "München, Landeshauptstadt", "count": 43674, "local_share_pct": 6.51, "lift": 0.96 },
{ "name": "Würzburg", "count": 5272, "local_share_pct": 8.41, "lift": 1.23 }
],
"hotspots": [
{ "name": "Sonthofen, St", "count": 1111, "local_share_pct": 10.56, "lift": 1.5 }
],
"confidence_tier": "medium",
"computed": "3 attribute filter(s) over 6,153,349 households at municipality resolution; counted, not estimated"
}Full reference: Build with Hiasynth.
Try asking
How many renting families with above-median income live in Bavaria, and where do they cluster?
What do households in La Croix-Rousse, Lyon, spend on restaurants and cafés?
Who lives in Södermalm, Stockholm — and how is it different from the rest of Sweden?
Which media channels reach women aged 25–40 in the top income quartile in France?
Compare Munich, Hamburg and Vienna for affluent 30–45 year olds.
What does a typical household in Porto spend on eating out, and how does its carbon footprint compare?
Tools
Tool | What it answers |
| How many people match a segment, who they are, and where they cluster. |
| Who lives in a place — demographics, values, economics, media, spending, footprint. |
| Which channels, values and brands over-index for a segment. |
| Side-by-side comparison of places for one segment. |
| Rank regions or towns for a segment. |
| Representative personas (statistical composites, never a real row). |
| Turn a name, code, postcode or point into the exact area used. |
| Structured group-by for agent builders. |
| Search the attribute catalogue. |
All tools are read-only (readOnlyHint: true), return aggregates only, and suppress any cell under the privacy floor. Special-category attributes are never broken down below region level.
Links
Docs · Pricing · Privacy · Terms · Support
This repository holds the public listing files (registry server.json, Gemini CLI extension). The server itself is operated by Hiasynth AB.
This server cannot be deployed
Maintenance
Related MCP Connectors
Access European statistics: GDP, unemployment, inflation, population data.
Company, KYB, VAT, sanctions, LEI and address data for 15 EU countries.
- mcpOAuthai.factori
Real-world location intelligence: foot traffic, trade areas, demographics, site scoring, and more.
Official public & government APIs, dozens of countries: registers, statistics, open data. Keyless.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for EU company and business data. 9 tools: company search (GLEIF, 2M+ entities), LEI lookup, corporate structures (parent/subsidiaries), trade register search, EU VAT validation (VIES), GDP, unemployment, inflation, and business demography (Eurostat). All APIs free, no keys required.95MIT

Voltcast MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceEnables access to European electricity data including day-ahead prices, probabilistic forecasts, carbon intensity, and cheapest-window optimization for 43 bidding zones.MIT- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to access official European business data across 15 EU countries, including company lookups, VAT validation, sanctions screening, and KYB reports.8,320 npm1MIT
- AlicenseNot gradedqualityAmaintenanceSearch and query the Eurostat catalogue — EU economy, demography, trade, health, and NUTS regional data via MCP with 5 tools and 1 resource.152 npm7Apache 2.0