🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

agentcite-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentcite-mcp

MCP server that returns real, DOI-backed peer-reviewed citations for any topic (openAlex) — so AI agents stop hallucinating sources.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

agentcite-mcp

MCP server that returns real, DOI-backed peer-reviewed citations for any topic — so AI agents stop hallucinating sources. Thin stdio client over the hosted AgentCite API (data from openAlex, 250M+ records, CC0).

Install

Add to your MCP client config (Claude Desktop, Cursor, etc.):

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

Pro tier (5,000/day): add "env": { "AGENTCITE_API_KEY": "your-key" }.

Tool

get_citations(topic, n?, since?) → real works with title, authors, year, resolvable DOI, citation count, venue, and a ready-to-paste markdown block.

  • topic — subject to find citations for (e.g. "red light therapy hair growth")
  • n — how many (default 5, max 50)
  • since — earliest publication year (e.g. 2015)

Free tier: 25/day, no signup. License: MIT. Data: openAlex (CC0).

Keywords

mcp

FAQs

Package last updated on 27 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts