@pipeworx/nihr
Enables searching and retrieving UK NIHR research and training awards with filters on programme, funding, organization, and award holders.
README
@pipeworx/nihr
UK NIHR MCP — every research and training award made by the National Institute for Health and Care Research: who was funded, which programme, how much, where, and which health category. Keyless.
Tools
nihr_search_awards(...)— keyword search over award titles and abstracts, with filters on programme, funding stream, status, organisation, award amount and start date. Sortable by value or start date.nihr_get_award(project_id)— one award in full: both abstracts, value, dates, HRCS/UKCRC health coding, organisation with postcode and lat/lon, funding-and-awards link, and every named award holder with ORCID and role.nihr_awards_by_organisation(organisation, ...)— all NIHR awards to an institution (forgiving substring match), with total funded GBP, mean award, the organisation-name variants that matched, and a per-programme breakdown.nihr_award_holders(...)— chief investigators and co-applicants by name, ORCID or project id, returning their project ids to pivot intonihr_get_award.nihr_awards_by_programme(...)— award counts, total value, mean size and date range grouped by programme, funding stream, programme type or programme stream. Call with no arguments to discover the real programme names.
Auth
None. The NIHR Opendatasoft portal is fully open — no key, no signup, no per-key quota.
Data sources
- Portal: https://nihr.opendatasoft.com/
- Dataset catalogue:
https://nihr.opendatasoft.com/api/explore/v2.1/catalog/datasets?limit=40(26 datasets) - Awards (primary, 11,502 rows):
https://nihr.opendatasoft.com/api/explore/v2.1/catalog/datasets/nihr-summary-view/records - Award holders (12,644 rows):
https://nihr.opendatasoft.com/api/explore/v2.1/catalog/datasets/award-holders-table/records - Public record per award:
https://fundingawards.nihr.ac.uk/award/<project_id>
Other datasets on the same portal, not yet wired into this pack: nihr-infrastructure-supported-projects (45,258), infonihr-award-hrcs-rac-coding-and-apportionment (14,301), infonihr-award-hrcs-coding-and-apportionment (13,771), iat-data (6,275 integrated academic training), coded-portfolio (1,964), phof-datase (1,585 public health), nihr-open-data-global-health-downstream-partner-data (1,528), schools-data (1,022), rare-diseases-research-landscape-project (787), womens-health-curated-portfolio (691), prp_dataset (509).
Gotchas
project_id values come in three shapes and one of them contains slashes — 002/0028 alongside NIHR208893 and DRF-2009-02-122 — so the id must sit inside a double-quoted ODSQL literal and the whole where clause must be URL-encoded (where=project_id%3d%22002%2f0028%22); an unquoted or unencoded id silently matches nothing. limit hard-caps at 100 and Opendatasoft returns InvalidRESTParameterError rather than clamping, so the pack clamps for you. Full-text matching inside a field needs the ODS function form search(field, "text"); plain field="value" is exact equality, and field like "value" is the case-insensitive substring match this pack uses for institution and programme names — necessary because the same institution appears under several contracted names (Imperial College London, Imperial College of Science, Technology and Medicine and IMPERIAL COLLEGE HEALTHCARE NHS TRUST are three separate values covering 419 awards between them). award_amount_from_dh is a genuine number in GBP, so it can be filtered, sorted and summed — but an aggregate select with no group_by echoes the same totals row once per matched record, so read only the first result. min()/max() over a date field return full ISO timestamps rather than dates. On a group_by query total_count is the number of groups and is capped by limit, so it is not a row count. Some awards have a null programme_type (1,055 of them), and award_holder_name on the awards dataset can pack two people into one string separated by / — the award-holders dataset is the reliable per-person view.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"nihr": {
"url": "https://gateway.pipeworx.io/nihr/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 1375+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Nihr data" })
The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。