AgentHubAgentHub

altmetric-mcp

MCP ServerMCP Registry官方收录

io.github.altmetric/altmetric-mcp · v0.6.1

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

概览

altmetric-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "altmetric-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "altmetric-mcp"
      ]
    }
  }
}

环境变量

ALTMETRIC_DETAILS_API_KEY可选secret

API key for Altmetric Details Page API. At least one credential set required: either this key OR both Explorer API credentials

ALTMETRIC_EXPLORER_API_KEY可选secret

API key for Altmetric Explorer API (requires ALTMETRIC_EXPLORER_API_SECRET). At least one credential set required

ALTMETRIC_EXPLORER_API_SECRET可选secret

API secret for Altmetric Explorer API HMAC authentication (requires ALTMETRIC_EXPLORER_API_KEY)

相关资源

统一 Manifest

{
  "id": "io.github.altmetric/altmetric-mcp",
  "type": "mcp-server",
  "version": "0.6.1",
  "displayName": "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"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "altmetric-mcp",
        "version": "0.6.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ALTMETRIC_DETAILS_API_KEY",
            "description": "API key for Altmetric Details Page API. At least one credential set required: either this key OR both Explorer API credentials",
            "isSecret": true
          },
          {
            "name": "ALTMETRIC_EXPLORER_API_KEY",
            "description": "API key for Altmetric Explorer API (requires ALTMETRIC_EXPLORER_API_SECRET). At least one credential set required",
            "isSecret": true
          },
          {
            "name": "ALTMETRIC_EXPLORER_API_SECRET",
            "description": "API secret for Altmetric Explorer API HMAC authentication (requires ALTMETRIC_EXPLORER_API_KEY)",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.altmetric/altmetric-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.altmetric%2Faltmetric-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
altmetric-mcp — MCP Server 安装与配置 · AgentHub