Serversio.github.altmetric/altmetric-mcp
M

io.github.altmetric/altmetric-mcp

io.github.altmetric/altmetric-mcp · v0.5.4
▦ npm
v0.5.4npm npm: altmetric-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.altmetric/altmetric-mcp",
  "description": "MCP server for Altmetric APIs - track research attention across news, policy, social media, and more",
  "repository": {
    "url": "https://github.com/altmetric/altmetric-mcp",
    "source": "github"
  },
  "version": "0.5.4",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/altmetric/altmetric-mcp/main/icon.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "altmetric-mcp",
      "version": "0.5.4",
      "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}