Conference Partner
Server Details
Academic conference & journal CFP deadlines, CCF/ICORE/QUALIS rankings, acceptance rates.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- sundou82/conference-partner-mcp
- GitHub Stars
- 0
- Server Listing
- Conference Partner MCP Server
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.2/5 across 8 of 8 tools scored.
Each tool targets a distinct resource and action: get_conference/get_journal/get_researcher retrieve single entities by ID, list_conferences/list_journals browse predefined collections, search_conferences/search_journals provide filtered search, and get_statistics exposes aggregated site data. There is no overlap or ambiguity.
All tool names follow a consistent verb_noun pattern using snake_case: get_ for fetching single entities, list_ for browsing collections, and search_ for filtered queries. The pattern is uniform across conferences, journals, and researcher, making the API predictable.
With 8 tools, the set is well-scoped for the server's purpose: two core entity types (conferences and journals) each have get, list, and search, complemented by researcher details and site statistics. No redundant or unnecessary tools.
The tool surface covers the full range of necessary operations for the domain: discovering venues via search, browsing rankings via list, retrieving detailed information via get, and accessing researcher and statistics data. The only missing feature (researcher search) is explicitly documented as unavailable, so it's not an oversight.
Available Tools
8 toolsget_conferenceARead-onlyInspect
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 (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.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Conference id |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Given the readOnlyHint annotation is already present, the description adds valuable context: it requires credentials (with exact authentication methods and URL), and cautions that responses link to the Conference Partner detail_page rather than the venue's external website. These are meaningful behavioral traits beyond the annotation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences: the first front-loads the purpose and content details, the second conveys credential requirements and a linking caveat. Every sentence adds unique information with no redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description lists the returned components, mentions required authentication, and flags an important linking behavior. This is sufficient for an agent to know what to expect and how to call the tool, even without structured response details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% because the only parameter 'id' is described as 'Conference id' in the input schema. The description repeats this without adding new semantic details like validation rules or how to obtain the id. This matches the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool gets full details of a conference by id, enumerating the types of data included (basics, CFP text, acceptance-rate history, edition history, ratings, comments, related venues). This specific verb+resource combination distinguishes it from siblings like get_journal and search_conferences.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use when you have a conference id and need comprehensive details, which is clear context. It does not explicitly mention alternatives or when-not-to-use, but the purpose statement differentiates from search/list tools sufficiently for an agent to select it appropriately.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_journalARead-onlyInspect
Get full details of a journal by id: basics, CFP text, special issues, structured ratings and comments, related journals/conferences. REQUIRES CREDENTIALS: Authorization: Bearer (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.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Journal id |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description adds valuable behavioral context: it requires credentials (Authorization header) and notes that responses point to the Conference Partner detail_page rather than the venue's external site. These go beyond the static safety hint and help the agent anticipate authentication needs and response quirks.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise (two sentences) and front-loaded with the main purpose. The second sentence packs necessary credential and response details without fluff. Every word adds value, and the structure is clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter read tool with no output schema, the description thoroughly covers what is returned (basics, CFP, special issues, ratings, related items) and the required auth context. All essential information is present, making it self-sufficient for an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers 100% of parameters (only 'id' with description 'Journal id'). The description merely reiterates 'by id' and adds no extra syntax, format, or constraints. With high schema coverage, baseline 3 is appropriate; no additional value is provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb+resource: 'Get full details of a journal by id' and enumerates the exact content (basics, CFP text, special issues, structured ratings, related journals/conferences). This clearly distinguishes it from siblings like list_journals (listing) and search_journals (search).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use this tool (when you have a journal id and need full details). It lacks an explicit 'use this instead of X' statement, but the id-based scope and the contrast with listing/searching siblings provide clear context. No when-not or alternative tool is named.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_researcherARead-onlyInspect
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 (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.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Researcher (user) id |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description adds valuable behavioral context: it requires credentials (Bearer token), always excludes contact details, and has no search/enumeration capability. This goes beyond the annotation by clarifying authorization needs and data exclusions, though it does not mention error scenarios or exact response structure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences that are front-loaded with the purpose and include only essential operational details (credentials, exclusions, limitations). Every sentence adds value and there is no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has only one parameter, no output schema, and a read-only annotation, the description covers all necessary context: what is returned, what is not returned, how to authenticate, and the id-based access pattern. It is complete for this level of complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers 100% of the single parameter with a clear description ('Researcher (user) id'). The description reinforces 'by id' but does not add new semantic details such as format, constraints, or examples. Baseline 3 is appropriate since the schema already does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description begins with a specific verb+resource: 'Get a researcher's public profile by id' and enumerates the exact contents (name, institution, research-interest summary, CV, conferences, journals). It clearly distinguishes from sibling tools by focusing on researchers vs conferences/journals/statistics, and there is no other researcher-specific tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit when-to-use ('by id only') and when-not-to-use ('there is no researcher search or enumeration', 'Never includes contact details'). It also notes the credential requirement as a prerequisite. However, it does not name specific alternative tools, though no search/list researcher siblings exist, so the exclusion is effectively guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_statisticsARead-onlyInspect
Site-level public statistics: conference/journal totals, upcoming deadlines by month, conference country distribution, journal impact-factor and publisher distributions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true, confirming safe read operation. The description adds 'public' hinting at no authorization, but does not elaborate on behavior beyond that. With annotations covering the main safety aspect, description value is modest.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence listing all relevant statistics concisely, no redundant information. Front-loaded with scope ('Site-level public statistics').
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no parameters and no output schema, the description covers the tool's purpose and data categories adequately. It could be slightly improved by hinting at output format or aggregation method, but is largely complete for a no-parameter read tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters exist, so schema coverage is 100%. The description does not add parameter details, but none are needed. Baseline of 4 applies as it is concise and accurate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it provides site-level public statistics and enumerates specific data categories (conference/journal totals, deadlines, distributions). Distinguishes from sibling tools that focus on individual entities or search/list operations.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit when-to-use or alternative guidance, but the zero-parameter design implies it is for a broad overview. Sibling tools are differentiated by their names and purposes, but the description does not elaborate on selection criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_conferencesARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based | |
| ranking | Yes | 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); 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 | |
| per_page | No | Items per page, max 100 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the read-only nature is known. The description adds behavioral details: it is paginated, covers multiple ranking categories, and disallows keyword filtering. However, it does not describe return format, error behavior, or rate limits beyond the schema's per_page, so it adds modest value beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the purpose and immediately providing an exclusion/alternative. Every word earns its place, with no unnecessary detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is a simple paginated list with a well-documented schema. The description covers its role, pagination, and the key distinction from search_conferences. It omits explicit return shape, but the absence of an output schema is offset by the straightforward 'browse conference lists' purpose and the sibling list of related tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage with detailed descriptions, especially for the 'ranking' enum which explains each value. The description adds no extra parameter syntax or meaning beyond confirming pagination, so the schema already carries the burden.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Browse conference lists and rankings' with concrete examples (open CFPs, ranked venues, popularity, competitive). It distinguishes itself from search_conferences by explicitly saying 'No keyword filtering — use search_conferences for that.'
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly excludes keyword filtering and names the alternative tool: 'use search_conferences for that.' This provides clear guidance on when to use this tool versus a sibling, and the context implies it is for paginated browsing rather than searching.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_journalsARead-onlyInspect
Browse journal lists and rankings (special-issue CFPs, CCF, highest impact factor, popularity, all), paginated. No keyword filtering — use search_journals for that.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based | |
| ranking | Yes | cfp=special-issue calls for papers; ccf=CCF list; highest_if=highest impact factor; most_viewed/most_tracked=popularity; all=all journals | |
| per_page | No | Items per page, max 100 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the safety profile is known. The description adds behavioral context beyond that: it is paginated and supports multiple list types. It could also mention that no filtering is possible, but it does state that clearly, which helps set expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the main purpose, and includes a clear exclusion with an alternative tool. Every word serves a purpose; no redundant or vague language.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity and the richness of the schema (100% coverage) plus annotations, the description provides the necessary context: what the tool does, that it is paginated, and how it differs from search_journals. It does not describe return values, but no output schema exists and the outcome is reasonably inferable from the 'browse' phrasing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so parameters are already documented. The description adds minor semantic value by explaining what each ranking type means (e.g., 'special-issue CFPs'), but this largely mirrors the schema's enum descriptions. No additional meaning is provided for page or per_page beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Browse') and identifies the resource ('journal lists and rankings') with concrete examples (CFPs, CCF, impact factor, popularity). It also distinguishes itself from the sibling search_journals by explicitly stating it has no keyword filtering.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides clear usage guidance: when to use this tool (browsing lists) and when not to (keyword search), naming the alternative tool explicitly. The different ranking options are also described, giving context for choosing a parameter value.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_conferencesARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based | |
| field | No | Research field (e.g. ai, security, systems, ee, energy) - see the field enum for the full list | |
| query | No | Keyword, matched against short/full name | |
| ccf_rank | No | CCF rank | |
| per_page | No | Items per page, max 100 | |
| core_rank | No | CORE rank | |
| qualis_rank | No | QUALIS rank | |
| updated_since | No | 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. | |
| conference_date_end | No | Conference date until (YYYY-MM-DD) | |
| submission_date_end | No | Submission deadline until (YYYY-MM-DD) | |
| conference_date_start | No | Conference date from (YYYY-MM-DD) | |
| submission_date_start | No | Submission deadline from (YYYY-MM-DD) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the description need not restate safety. It adds useful behavioral context: all parameters are optional, filter-only queries are valid, and the result is a paginated list. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three short sentences, front-loaded with the core purpose. Every sentence earns its place: first defines the tool, second explains parameter flexibility, third gives an example and return type. No redundancy or superfluous detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 12 optional parameters and no output schema, the description provides key context (search, filter combinations, paginated list) without over-explaining. It doesn't detail result fields or sorting, but those are not essential for selecting the tool, especially since sibling get_conference likely covers detail retrieval.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema descriptions cover 100% of parameters, so baseline is 3. The description adds meaning by explaining that parameters can be combined arbitrarily and that filter-only queries (e.g., field plus submission_date window without keyword) are valid, which is not obvious from individual schema entries.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'Search academic conferences', which is a specific verb+resource. It clearly distinguishes from siblings like list_conferences (search vs. list) and search_journals (conferences vs. journals), and emphasizes the flexible filtering capabilities.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context: every parameter is optional and can be combined, and filter-only queries are explicitly supported with a concrete example (field=ai plus submission-deadline window). It doesn't explicitly name alternatives or exclusions, but the search/filter nature is implicit from the sibling names.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_journalsARead-onlyInspect
Search academic journals. Every parameter is optional — combine any of keyword, CCF rank, research field and ISSN. Returns a paginated list.
| Name | Required | Description | Default |
|---|---|---|---|
| issn | No | ISSN (fuzzy match) | |
| page | No | Page number, 1-based | |
| field | No | Research field (e.g. ai, security, systems, ee, energy) - see the field enum for the full list | |
| query | No | Keyword, matched against short/full name | |
| ccf_rank | No | CCF rank | |
| per_page | No | Items per page, max 100 | |
| updated_since | No | 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. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true, covering the safety profile. The description adds that all parameters are optional and that the result is a paginated list, which is useful behavioral context. However, it does not clarify logical combination semantics (AND/OR) or behavior when no filters are applied.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the primary purpose, and contains no filler or redundancy. Every sentence contributes to understanding the tool's functionality.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 7-parameter search tool with no output schema, the description is minimal. It does not mention the updated_since parameter or the incremental sync use case, nor does it clarify the relationship with list_journals. The pagination detail is present, but overall the description leaves gaps in a broader context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with each parameter already well-documented. The description refers to 'keyword, CCF rank, research field and ISSN' but does not add significant meaning beyond the schema; 'keyword' also maps non-obviously to the 'query' parameter. This does not exceed the baseline of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Search academic journals' with a specific verb and resource. It further explains that parameters can be combined and that results are paginated, making the tool's purpose unambiguous and distinct from sibling tools like list_journals and search_conferences.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies that the tool is for flexible, filtered searching with all parameters optional, which gives some usage context. However, it does not explicitly differentiate when to use this tool versus list_journals or get_journal, nor does it provide any exclusions or mention alternative tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Flicense-qualityDmaintenanceAllows users to search for academic conferences and events from WikiCFP by keywords, providing details such as event name, description, dates, location, and submission deadlines.
- Alicense-qualityCmaintenanceEnables searching for upcoming academic conferences and events from WikiCFP by keywords, returning detailed information including dates, locations, submission deadlines, and related resources.6GPL 3.0
- Alicense-qualityCmaintenanceOpenReview MCP — ML conference submissions and reviews (API v2)5MIT
- Alicense-qualityDmaintenanceEnables searching and retrieving academic papers from arXiv and DBLP databases with advanced filtering options. Supports downloading PDFs and provides detailed paper information including titles, authors, abstracts, and publication dates.573MIT
Your Connectors
Sign in to create a connector for this server.