citation_graph
ActiveTool of Academic Research Intelligence MCP
Analyze the citation graph for a paper via live OpenAlex — list the papers citing it ("citations") or the papers it references ("references"). Citation analysis for tracing influence and prior work in a literature review. PAID: $0.01 USDC per query after the daily free allowance (25/day). On a 402, pay the returned Solana memo and re-call with the SAME args plus payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses it.
Parameters schema
{
"type": "object",
"required": [
"paper_id"
],
"properties": {
"depth": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": 1,
"description": "reserved (depth 1)."
},
"agent_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "stable id for your agent (scopes the free-tier counter)."
},
"paper_id": {
"type": "string",
"description": "an OpenAlex work id (Wxxxx) — from a search/detail result's source."
},
"direction": {
"type": "string",
"default": "citations",
"description": "\"citations\" (who cites this) or \"references\" (what this cites)."
},
"payment_tx": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Solana tx signature, when re-calling after a 402."
}
},
"additionalProperties": false
}Parent server
Academic Research Intelligence MCP
https://github.com/FoundryNet/academic-intel-mcp
2/7 registries