Learning Resources
myhuiban.com
Searches and browses academic conferences and journals with rankings, filters, and detailed information.
ENDPOINT 1
https://www.myhuiban.com/mcp
MCP server metadata
- Name
- huiban-mcp
- Version
- 0.8.0
Academic conference and journal data from Conference Partner (myhuiban.com). Use search_conferences / search_journals for keyword search; list_conferences / list_journals to browse curated lists (ranking parameter); get_conference / get_journal for full detail by id; get_statistics for site-level stats; get_researcher for a researcher's public profile by id (no search/enumeration of researchers). Every tool has a REST twin under /api/* returning identical payloads. Rank fields: ccf_rank (A/B/C), core_rank (A*/A/B/C). Search tools also accept a research-field filter (field parameter) and updated_since for incremental sync (day resolution; checkpoint on the updated_at field). Access: search_conferences, search_journals, list_conferences, list_journals and get_statistics need NO credentials — call them directly (rate-limited per client IP). The detail tools get_conference / get_journal / get_researcher require a free-account credential sent as an Authorization: Bearer <credential> request header — either an API key created at https://www.myhuiban.com/account/api-keys (starts with hb_, never expires, revocable individually; this is what to configure in clients that take a URL plus a fixed header) or a JWT from POST /api/login. Subject to a daily quota. See https://www.myhuiban.com/developers. Responses do not include each venue's external website — point users to the returned detail_page (the canonical Conference Partner page); paid detail calls additionally include the official website URL.
Known tools 8
list_conferencesBrowse conference lists and rankings (open CFPs, ranked venues with a call open now, popularity, most competitive, etc.
Inferred read-onlylist_journalsBrowse journal lists and rankings (special-issue CFPs, CCF, highest impact factor, popularity, all), paginated.
Inferred read-onlyget_conferenceGet full details of a conference by id: basics, CFP text, acceptance-rate history, edition history, structured ratings and comments, related conferences/journals.
Inferred read-onlyget_journalGet full details of a journal by id: basics, CFP text, special issues, structured ratings and comments, related journals/conferences.
Inferred read-onlyget_researcherGet a researcher's public profile by id: name, institution, auto-generated research-interest summary, CV, tracked/attended conferences and tracked journals.
Inferred read-onlyget_statisticsSite-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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for myhuiban.com was fetched 2026-09-01T08:27:13.322Z.
myhuiban.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.