← myhuiban.com

INDIVIDUAL MCP TOOL

search_journals

Search academic journals.

myhuiban.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.myhuiban.com/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

myhuiban.com

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.huiban-mcp]
url = "https://www.myhuiban.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "huiban-mcp": {
      "type": "http",
      "url": "https://www.myhuiban.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "huiban-mcp": {
      "type": "http",
      "url": "https://www.myhuiban.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "huiban-mcp",
  "transport": "streamable-http",
  "url": "https://www.myhuiban.com/mcp"
}
MCP Inspector

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

Related tools

  • search_conferences — Search academic conferences.
  • list_conferences — Browse conference lists and rankings (open CFPs, ranked venues with a call open now, popularity, most competitive, etc.
  • list_journals — Browse journal lists and rankings (special-issue CFPs, CCF, highest impact factor, popularity, all), paginated.
  • get_conference — Get full details of a conference by id: basics, CFP text, acceptance-rate history, edition history, structured ratings and comments, related conferences/journals.
  • get_journal — Get full details of a journal by id: basics, CFP text, special issues, structured ratings and comments, related journals/conferences.
  • get_researcher — Get a researcher's public profile by id: name, institution, auto-generated research-interest summary, CV, tracked/attended conferences and tracked journals.
  • get_statistics — Site-level public statistics: conference/journal totals, how many conferences have an open call for papers, upcoming deadlines by month, open CFPs by CCF / ICORE / QUALIS tier, conference country and research-field distributions, journal impact-factor, CCF-tier, publisher and research-field distributions.