← ailatest.org

INDIVIDUAL MCP TOOL

search_journals

Search AILatest journal records by title, ISSN, subject, index, JCR or CAS filters.

ailatest.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://journal.ailatest.org/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_journals and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ailatest.org

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.ailatest-journal]
url = "https://journal.ailatest.org/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ailatest-journal": {
      "type": "http",
      "url": "https://journal.ailatest.org/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ailatest-journal": {
      "type": "http",
      "url": "https://journal.ailatest.org/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ailatest-journal",
  "transport": "streamable-http",
  "url": "https://journal.ailatest.org/api/mcp"
}
MCP Inspector

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

Related tools

  • recommend_journals — Recommend journals from a title, abstract, keywords, and optional structured filters.
  • quota — Show the current public-beta Skill/API quota policy and authentication mode.