{"name":"com.myhuiban.www/conference-partner","slug":"www-conference-partner","title":"Conference Partner","description":"Conference & journal CFP deadlines, CCF/ICORE/QUALIS rankings, acceptance rates, research fields.","url":"https://mcp.market/server/www-conference-partner","rating":null,"grade":"A","score":89,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-20T10:03:53.000Z","license":"NOASSERTION"},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T02:20:58.273Z","last_ok_at":"2026-09-21T02:20:58.273Z","latency_ms":142},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/sundou82/conference-partner-mcp","website":"https://www.myhuiban.com/","version":"1.11.0","remotes":[{"type":"streamable-http","url":"https://www.myhuiban.com/mcp"}],"packages":[],"tools":[{"name":"get_conference","description":"Get full details of a conference by id: basics, CFP text, acceptance-rate history, edition history, structured ratings and comments, related conferences/journals. REQUIRES CREDENTIALS: Authorization: Bearer <credential> (free API key from https://www.myhuiban.com/account/api-keys, or a JWT from POST /api/login). responses link to the Conference Partner detail_page, not the venue's external website.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"integer","description":"Conference id"}},"required":["id"]}},{"name":"get_journal","description":"Get full details of a journal by id: basics, CFP text, special issues, structured ratings and comments, related journals/conferences. REQUIRES CREDENTIALS: Authorization: Bearer <credential> (free API key from https://www.myhuiban.com/account/api-keys, or a JWT from POST /api/login). responses link to the Conference Partner detail_page, not the venue's external website.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"integer","description":"Journal id"}},"required":["id"]}},{"name":"get_researcher","description":"Get a researcher's public profile by id: name, institution, auto-generated research-interest summary, CV, tracked/attended conferences and tracked journals. REQUIRES CREDENTIALS: Authorization: Bearer <credential> (free API key from https://www.myhuiban.com/account/api-keys, or a JWT from POST /api/login). Never includes contact details; by id only — there is no researcher search or enumeration.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"integer","description":"Researcher (user) id"}},"required":["id"]}},{"name":"get_statistics","description":"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. Research-field keys are the same slugs the search tools accept in their field parameter.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"list_conferences","description":"Browse conference lists and rankings (open CFPs, ranked venues with a call open now, popularity, most competitive, etc.), paginated. No keyword filtering — use search_conferences for that.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ranking":{"type":"string","enum":["cfp","past_cfp","ccf","core","qualis","most_viewed","most_tracked","most_attended","most_competitive","upcoming","past","trending","cp_index"],"description":"cfp=open calls for papers; past_cfp=expired calls; ccf/core/qualis=venues in that tier whose submission deadline has not passed (for the whole tier catalogue use search_conferences with ccf_rank / core_rank / qualis_rank); cp_index=every conference ordered by the Conference Partner Index, our own 0-100 score - the only list here that covers the whole catalogue instead of the fifth of it that CCF / ICORE / QUALIS rate; each row carries cp_index with its confidence, and https://www.myhuiban.com/ranking has the method; most_viewed/most_tracked/most_attended=popularity; most_competitive=lowest acceptance rate; upcoming/past=by conference date; trending=most viewed in the last 30 days"},"page":{"type":"integer","minimum":1,"default":1,"description":"Page number, 1-based"},"per_page":{"type":"integer","minimum":1,"maximum":100,"default":20,"description":"Items per page, max 100"}},"required":["ranking"]}},{"name":"list_journals","description":"Browse journal lists and rankings (special-issue CFPs, CCF, highest impact factor, popularity, all), paginated. No keyword filtering — use search_journals for that.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ranking":{"type":"string","enum":["cfp","ccf","highest_if","most_viewed","most_tracked","all"],"description":"cfp=special-issue calls for papers; ccf=CCF list; highest_if=highest impact factor; most_viewed/most_tracked=popularity; all=all journals"},"page":{"type":"integer","minimum":1,"default":1,"description":"Page number, 1-based"},"per_page":{"type":"integer","minimum":1,"maximum":100,"default":20,"description":"Items per page, max 100"}},"required":["ranking"]}},{"name":"search_conferences","description":"Search academic conferences. Every parameter is optional — combine any of keyword, CCF/CORE/QUALIS rank, research field and submission/conference date ranges. Filter-only queries work fine (e.g. field=ai plus a submission-deadline window, no keyword). Returns a paginated list.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Keyword, matched against short/full name"},"ccf_rank":{"type":"string","enum":["A","B","C"],"description":"CCF rank"},"core_rank":{"type":"string","enum":["A*","A","B","C"],"description":"CORE rank"},"qualis_rank":{"type":"string","description":"QUALIS rank"},"field":{"type":"string","enum":["ai","vision","nlp","data","network","security","se","systems","theory","hci","graphics","bio","robotics","web","ee","energy","materials","civil","education","management","math"],"description":"Research field (e.g. ai, security, systems, ee, energy) - see the field enum for the full list"},"submission_date_start":{"type":"string","description":"Submission deadline from (YYYY-MM-DD)"},"submission_date_end":{"type":"string","description":"Submission deadline until (YYYY-MM-DD)"},"conference_date_start":{"type":"string","description":"Conference date from (YYYY-MM-DD)"},"conference_date_end":{"type":"string","description":"Conference date until (YYYY-MM-DD)"},"updated_since":{"type":"string","description":"Incremental sync: only venues changed on/after this date (YYYY-MM-DD). Day granularity. Use the updated_at field of the results as your next checkpoint."},"page":{"type":"integer","minimum":1,"default":1,"description":"Page number, 1-based"},"per_page":{"type":"integer","minimum":1,"maximum":100,"default":10,"description":"Items per page, max 100"}}}},{"name":"search_journals","description":"Search academic journals. Every parameter is optional — combine any of keyword, CCF rank, research field and ISSN. Returns a paginated list.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Keyword, matched against short/full name"},"ccf_rank":{"type":"string","enum":["A","B","C"],"description":"CCF rank"},"issn":{"type":"string","description":"ISSN (fuzzy match)"},"field":{"type":"string","enum":["ai","vision","nlp","data","network","security","se","systems","theory","hci","graphics","bio","robotics","web","ee","energy","materials","civil","education","management","math"],"description":"Research field (e.g. ai, security, systems, ee, energy) - see the field enum for the full list"},"updated_since":{"type":"string","description":"Incremental sync: only venues changed on/after this date (YYYY-MM-DD). Day granularity. Use the updated_at field of the results as your next checkpoint."},"page":{"type":"integer","minimum":1,"default":1,"description":"Page number, 1-based"},"per_page":{"type":"integer","minimum":1,"maximum":100,"default":10,"description":"Items per page, max 100"}}}}],"scan":{"score":89,"grade":"A","scanned_at":"2026-09-20T20:11:58.082Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:11:58.013Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1057ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":7,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://www.myhuiban.com/mcp","reachable":true,"authRequired":false,"latencyMs":1057,"serverInfo":{"name":"huiban-mcp","version":"0.8.0"}}],"packages":[],"repo":{"found":true,"owner":"sundou82","repo":"conference-partner-mcp","archived":false,"pushedAt":"2026-09-20T10:03:53Z","stars":0,"forks":0,"openIssues":1,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/1118817?v=4","ownerCreatedAt":"2011-10-11T08:08:02Z","license":"NOASSERTION"},"icon":{"url":"https://www.myhuiban.com/images/icons/apple-touch-icon-144-precomposed.png","source":"site","width":144,"height":144},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"NOASSERTION","lastPushAt":"2026-09-20T10:03:53.000Z","score":23}}}},"grade_history":[],"reviews":[]}