MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Altmetric MCP.
get_citation_countsAttention metrics by identifier (DOI, PubMed ID, etc.)
get_citation_detailsFull mention text, author details (incl. Dimensions Researcher IDs), metadata
search_citationsSearch attention data across all outputs by timeframe
get_batch_attention_dataAttention metrics for many DOIs at once, ranked
translate_identifiersTranslate identifiers (DOI, PMID, etc.) to Altmetric IDs
explore_research_outputsSearch and filter research outputs
Model Context Protocol (MCP) server that enables AI agents to access Altmetric APIs for tracking the attention and reach of research outputs across news outlets, policy documents, social media, and other online platforms.
Altmetric monitors where research is being discussed beyond traditional academic citations - from mainstream media coverage to policy citations, patent references, and social media engagement - providing a comprehensive view of real-world research impact.
There are two ways to connect:
https://mcp.altmetric.com/mcp and sign in with your Altmetric account. No API keys to copy or store, and you automatically get the tools for whatever you have access to (Explorer, Details Page, or both). Start here.The easiest way to use Altmetric in your AI client is the hosted server at https://mcp.altmetric.com/mcp. Point your client at that URL and sign in with your Altmetric account when prompted - the client runs a standard OAuth flow in your browser, so there are no API keys to copy or store. You get exactly the tools your account has access to.
Altmetric and enter the URL https://mcp.altmetric.com/mcp.Verify by asking Claude: "Use the Altmetric tools to look up the attention score for DOI 10.1038/nature12373"
Then run /mcp inside Claude Code, select altmetric, and authenticate - a browser window opens for sign-in.
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project):
Cursor runs a browser sign-in the first time the server is used.
Add to .vscode/mcp.json (VS Code 1.101 or later):
Open the Command Palette, run MCP: List Servers, select Altmetric, and start it; sign in when prompted.
Open Settings β Connectors β Advanced and turn on Developer mode, then Settings β Connectors β Add custom connector, enter https://mcp.altmetric.com/mcp, and complete the OAuth sign-in. Requires a paid plan (Plus, Pro, Business, Enterprise, or Edu); custom connectors aren't available on the free tier. All Altmetric tools are read-only, so the read-only restriction on Plus/Pro plans doesn't limit them.
Any client that supports the Streamable HTTP transport with OAuth can connect. Point it at https://mcp.altmetric.com/mcp. On the first request the server returns 401 with a WWW-Authenticate header pointing at its discovery document (/.well-known/oauth-protected-resource), which the client uses to run the OAuth flow against Altmetric Explorer automatically.
The hosted server is an OAuth 2.1 resource server. Your client obtains a bearer token from Altmetric Explorer (the authorization server) for the mcp scope. The server exchanges that token for your account's entitlements and calls the Altmetric APIs on your behalf - your bearer token is never forwarded to those APIs. The advertised toolset reflects your entitlements, so you only ever see the tools for the products you can use.
Once connected, ask in plain language - your client picks the tool. Each of these exercises a different one:
| Prompt | Tool it uses | Needs |
|---|---|---|
| "What's the Altmetric attention score for DOI 10.1038/nature12373, and how much of it came from news versus policy?" | get_citation_counts | Details Page, free tier |
| "Which research outputs were picked up by policy documents in the last month?" | search_citations | Details Page, free tier |
| "Show my institution's 2025 research outputs that got news coverage, ranked by attention." | explore_research_outputs | Explorer, institutional |
| "Which countries is the audience for our cancer research in, over the past year?" | explore_demographics | Explorer, institutional |
You only see the tools your account is entitled to, so the Explorer prompts need institutional access. The full toolset is in Tools below.
Every tool calls Altmetric's own APIs - the Details Page API and the Explorer API, both first-party Altmetric (Digital Science) services. The server proxies no third-party API and holds no third-party data of its own.
What those APIs return includes attention collected from third-party platforms under Altmetric's own agreements with them, and one of those agreements changes what comes back. Under Altmetric's licence with X (formerly Twitter), mentions from X carry numeric identifiers only: no account handle, display name or post text, at any tier and on either API. Counts, ids and aggregate demographics are available; named accounts are not. See X mentions and X data in Altmetric's APIs.
Every other source - news outlets, blogs, Bluesky, Reddit, podcasts, policy documents, patents - comes back named.
Prefer to run the server yourself - offline, or managing API keys directly? Run it over stdio with npx.
Don't have keys yet? Request API access
Run the guided installer in Terminal - it checks Node.js, prompts for your API keys, and configures Claude Desktop automatically:
Or if you've cloned the repo:
Prefer to set things up manually? See the per-client instructions below.
Configure your MCP client to run the server using npx. Include only the API credentials you have access to.
Open the configuration file at:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonOn macOS you can open it from Terminal:
Add the Altmetric MCP server. If the file is empty, paste this (replacing the placeholder keys with your own, and removing any you don't have):
If the file already has content, add "Altmetric": { ... } inside the existing "mcpServers" block, separated by a comma from the other entries.
Save the file and restart Claude Desktop (Cmd+Q then reopen).
Verify by asking Claude: "Use the Altmetric tools to look up the attention score for DOI 10.1038/nature12373"
Install directly from the command line:
Add to your project .vscode/mcp.json:
Reload VS Code to apply the changes. More information.
Add to ~/.cursor/mcp.json:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/altmetric-mcp)<a href="https://allmcps.com/mcp/altmetric-mcp"><img src="https://allmcps.com/api/badge/altmetric-mcp?style=directory" alt="Altmetric MCP on AllMCPs" /></a>