Learning Resources
scholargate.app
Search and compare academic research methods across fields using ScholarGate's library and reference atlas.
ENDPOINT 1
https://scholargate.app/api/mcp
MCP server metadata
- Name
- scholargate
- Version
- 1.0.0
ScholarGate exposes a cited library of ~8,100 research methods. Use search_methods to find methods, get_method for a structured abstract, compare_methods for a side-by-side, and cite for APA/BibTeX/RIS.
Known tools 7
search_methodsFull-text search over ScholarGate's research-method library by name, alias, field and description.
Inferred read-onlysearch_atlasFull-text search over ScholarGate's reference Atlas — encyclopedic concept/topic entries across health, natural, humanities and social sciences.
Inferred read-onlyget_methodFetch one method's structured abstract: definition, when-to-use, strengths/limitations, quick facts, seminal citations (DOIs), related methods and external entity links.
Inferred read-onlycompare_methodsSide-by-side comparison of 2–5 methods on field, family, originator, definition, when-to-use and strengths/limitations.
Inferred read-onlylist_domainsList ScholarGate's academic fields (domains) with method counts — the top-level browse axis used to filter search and to pick fields of interest.
Inferred read-onlyget_domainGet one academic field (domain) with its subfamilies and the methods on each — the library 'shelf' view for browsing a field.
Inferred read-onlyciteGet a citation for a method's ScholarGate page in APA, BibTeX and RIS, plus its seminal source.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.scholargate]
url = "https://scholargate.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scholargate": {
"type": "http",
"url": "https://scholargate.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scholargate
Remote MCP URL: https://scholargate.app/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"scholargate": {
"url": "https://scholargate.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scholargate": {
"type": "http",
"url": "https://scholargate.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scholargate",
"transport": "streamable-http",
"url": "https://scholargate.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for scholargate.app was fetched 2026-09-17T19:26:06.173Z.
scholargate.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.