The graph, in your agent.
Every company, person, investor, deal, job and event in Belgium tech — cited, structured, and queryable by any MCP client. Point your agent at one endpoint and it can search the scene, walk org charts, pull salary stats, and trace who funded whom. Every fact carries its source URL.
Price
The graph itself stays free: every company, person, fund and cited claim is on this site, and always will be. The subscription covers agent access through MCP, where the whole graph is queryable in one place instead of a page at a time. All 23 tools, no call limits. Cancel any time.
There is no key to copy. Add the server, and your client walks you through OAuth: it registers itself, opens a browser, you sign in with a six-digit code sent to your email, and it reconnects on its own. Access follows the subscription, so cancelling ends it on the next call.
Endpoint
https://techwiki.be/api/mcp
transport: Streamable HTTP · OAuth 2.1 · read-only
Connect
Claude Code
One command, then sign in when prompted:
claude mcp add --transport http nytech \ https://techwiki.be/api/mcp
Claude.ai / Desktop
Settings → Connectors → Add custom connector → paste the endpoint URL. A browser window opens for sign-in.
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"be": {
"url": "https://techwiki.be/api/mcp"
}
}
}The tools
Twenty tools in five modules. Your agent picks the right one from the question; you never call them by name.
Search
- search_graphFull-text search across every entity in the graph.
- get_entityOne entity in full: profile, cited claims, and its connections.
- list_entitiesBrowse any entity type with category and notability filters.
Companies
- list_companiesCompanies filtered by vertical, category, technology, or status.
- company_org_chartWho works and worked at a company, with role titles.
- company_fundingA company's funding history: rounds, amounts, investors.
- taxonomyThe verticals, categories, and technologies the graph is organized by.
People
- list_peopleThe people directory: founders, execs, and investors.
- person_profileOne person's roles, companies founded, and cited claims.
- founder_factoriesCompanies and schools whose alumni went on to found startups.
- alumni_ofEveryone who passed through an org, and where they are now.
Jobs
- search_jobsLive openings filtered by function, seniority, workplace, and salary.
- job_detailOne posting in full, including description and compensation.
- salary_statsSalary distributions (EUR/year) across roles and seniority levels.
- hiring_leaderboardWhich companies have the most open roles right now.
Market
- funding_roundsRecent rounds with amounts, series, and dates.
- news_feedLatest news items, each tagged with the entities it mentions.
- upcoming_eventsWhat is on in Belgium tech, soonest first.
- graph_overviewThe connection graph itself: nodes and typed edges.
- graph_statsHeadline counts: entities, claims, jobs, edges.
Money and place
- company_financialsRevenue, profit and assets by fiscal year for a company that files with the SEC, each figure carrying the accession number of the filing it came from, plus the current share price.
- list_listed_companiesThe public end of Belgium tech, ranked by market value.
- companies_nearWhich organisations sit near a latitude and longitude, or in a given borough.
Try asking
- “What does Belgian tech pay senior engineers?”
- “Map Collibra's org chart.”
- “Which imec alumni founded companies?”
Paste any of these into an agent with the connector added. The answer comes back with source URLs, so you can check every claim.