← myhuiban.com

INDIVIDUAL MCP TOOL

search_journals

Search academic journals by keyword, CCF rank, research field or ISSN.

myhuiban.comnone authenticationAvailability not checked

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 endpoint

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 by keyword, with optional ranking, research-field and date filters.
  • list_conferences — Browse conference lists and rankings (open CFPs, tier lists, 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, upcoming deadlines by month, conference country distribution, journal impact-factor and publisher distributions.