← Back to Plugins
MCP Server MCP

io.github.altmetric/altmetric-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Altmetric APIs - track research attention across news, policy, social media, and more

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "altmetric-mcp",
      "version": "0.8.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for Altmetric Details Page API. At least one credential set required: either this key OR both Explorer API credentials",
          "format": "string",
          "isSecret": true,
          "name": "ALTMETRIC_DETAILS_API_KEY"
        },
        {
          "description": "API key for Altmetric Explorer API (requires ALTMETRIC_EXPLORER_API_SECRET). At least one credential set required",
          "format": "string",
          "isSecret": true,
          "name": "ALTMETRIC_EXPLORER_API_KEY"
        },
        {
          "description": "API secret for Altmetric Explorer API HMAC authentication (requires ALTMETRIC_EXPLORER_API_KEY)",
          "format": "string",
          "isSecret": true,
          "name": "ALTMETRIC_EXPLORER_API_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...