search_papers
ActiveTool of Academic Research Intelligence MCP
Search academic papers across OpenAlex, arXiv, and PubMed for literature reviews — filter by query, year, field, venue, citation count, or open access. Returns title, authors, abstract, and citation count (sorted by citations). PAID: $0.01 USDC per query after a daily free allowance (25/day). On a 402, pay the returned Solana memo and re-call with the SAME args plus payment_tx=<signature>. agent_id scopes your allowance; an Authorization: Bearer fnet_ key bypasses it.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"field": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "field-of-study / category tag (e.g. \"Machine learning\")."
},
"limit": {
"type": "integer",
"default": 25,
"description": "max rows (1-100, default 25)."
},
"query": {
"type": "string",
"description": "free-text over title + abstract."
},
"venue": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "journal/conference name, partial match."
},
"year_to": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null
},
"agent_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "stable id for your agent (scopes the free-tier counter)."
},
"year_from": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null
},
"payment_tx": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Solana tx signature, when re-calling after a 402."
},
"min_citations": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "minimum citation count."
},
"open_access_only": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"description": "true → only open-access papers."
}
},
"additionalProperties": false
}Parent server
Academic Research Intelligence MCP
https://github.com/FoundryNet/academic-intel-mcp
2/7 registries