streamable-httpMITupdated 1mo ago
Connect your AI assistant to PubScope — free journal intelligence for researchers. This remote MCP (Model Context Protocol) server gives Claude, Cursor, VS Code and any MCP-compatible client live access to 46,000+ verified academic journals: trust scores, SJR quartiles, indexing status (Scopus / Web of Science / DOAJ), APCs, and reference verification — instead of guessing from training data.
What can you do with pubscope?
PubScope MCP Server
Connect your AI assistant to PubScope — free journal intelligence for researchers. This remote MCP (Model Context Protocol) server gives Claude, Cursor, VS Code and any MCP-compatible client live access to 46,000+ verified academic journals: trust scores, SJR quartiles, indexing status (Scopus / Web of Science / DOAJ), APCs, and reference verification — instead of guessing from training data.
Endpoint: https://pubscope.org/api/mcp
Transport: Streamable HTTP
Auth: none — no API key required
Cost: free (fair-use rate limits)
Full setup guide: pubscope.org/mcp
Tools
| Tool | Arguments | What it does |
|---|---|---|
search_journals |
query, quartile?, open_access_only?, max_results? |
Search 46,000+ journals by title, ISSN or topic. Returns trust score, SJR quartile, indexing (Scopus / WoS / DOAJ), open-access status and APC. |
get_journal |
issn |
Full profile of one journal — trust score breakdown, indexing credentials, publisher, quartile, APC and integrity flags. |
compare_journals |
issns (2–4) |
Side-by-side comparison of 2–4 journals on trust, quartile, indexing and cost. |
check_citations |
references |
Verify a pasted reference list against Crossref, OpenAlex and the Retraction Watch database — flags fabricated, unresolvable and retracted references. |
Setup
Claude (web & desktop)
Settings → Connectors → Add custom connector → paste the endpoint URL. No authentication — leave the OAuth fields empty.
https://pubscope.org/api/mcp
Claude Code (CLI)
claude mcp add --transport http pubscope https://pubscope.org/api/mcp
Cursor
Settings → MCP → Add new MCP server, or add to ~/.cursor/mcp.json:
{
"mcpServers": {
"pubscope": {
"url": "https://pubscope.org/api/mcp"
}
}
}
VS Code (GitHub Copilot)
code --add-mcp '{"name":"pubscope","type":"http","url":"https://pubscope.org/api/mcp"}'
Any other MCP client (stdio bridge)
Clients that only speak stdio can bridge to the remote server with mcp-remote:
{
"mcpServers": {
"pubscope": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://pubscope.org/api/mcp"]
}
}
}
Things to try
- "Find Q1 open-access journals on medical image segmentation and compare the top three."
- "Is Medical Image Analysis indexed in Web of Science? What's its trust score?"
- "Here's my reference list — check every citation for fabrication and retractions."
- "Compare 1361-8415 and 1533-7928 on cost and indexing."
Data & integrity
Every fact the server returns comes from verifiable third-party sources — Scimago (SJR), DOAJ, Web of Science membership records, OpenAlex, Crossref and the Retraction Watch database. Nothing is fabricated, and absence from an index is never presented as a risk verdict. Methodology: pubscope.org/methodology.
Fair use
The server is free and unauthenticated, with per-IP rate limits to keep it available for everyone. For higher-volume or commercial access, get in touch.
About
PubScope is a free academic journal intelligence platform: journal verification, AI-powered journal finding, manuscript review-readiness scanning and citation checking. pubscope.org
License
This documentation repository is MIT-licensed. The PubScope service itself is subject to its terms.
Install
Add pubscope to your client. Pick the one you use.
claude mcp add --transport http pubscope https://pubscope.org/api/mcpcodex mcp add pubscope --url https://pubscope.org/api/mcp{
"mcpServers": {
"pubscope": {
"url": "https://pubscope.org/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"pubscope": {
"type": "http",
"url": "https://pubscope.org/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"pubscope": {
"url": "https://pubscope.org/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pubscope": {
"serverUrl": "https://pubscope.org/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
pubscope exposes 4 tools to a connected agent.
- search_journals
- `query`, `quartile?`, `open_access_only?`, `max_results?`
- get_journal
- `issn`
- compare_journals
- `issns` (2–4)
- check_citations
- `references`
Score
69 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 36 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Aug 13, 2026 |
| 1.0.0 | Jul 27, 2026 |