← miscite.review

INDIVIDUAL MCP TOOL

save_research_update

Save a research update recommendation to the library.

miscite.reviewnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

miscite.review

CONNECT 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.miscite-review]
url = "https://miscite.review/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "miscite-review": {
      "type": "http",
      "url": "https://miscite.review/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: miscite-review
Remote MCP URL: https://miscite.review/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": {
    "miscite-review": {
      "url": "https://miscite.review/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "miscite-review": {
      "type": "http",
      "url": "https://miscite.review/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "miscite-review",
  "transport": "streamable-http",
  "url": "https://miscite.review/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Search academic literature using semantic, lexical, or hybrid retrieval.
  • search_health — Check if the search service is available.
  • work_lookup — Look up a specific academic work by its OpenAlex ID, optionally with fulltext.
  • upload_document — Upload a PDF or DOCX document for citation analysis.
  • list_jobs — List the user's citation analysis jobs.
  • get_job — Get the status and report data for an analysis job.
  • get_job_events — Follow progress events for a running citation-analysis job.
  • cancel_job — Cancel a running analysis job.