Overview
Every MCP server deployed on ezForge Platform or Ready on a paid plan automatically gets a Basic listing on Hub — no action required. Upgrade to Featured or Premium for enhanced visibility and analytics.Listing anatomy
Each Hub listing includes:- Server metadata — Name, description, version, endpoint URL
- SKILL.md — Auto-generated capability manifest (see SKILL.md)
- Capability document — Optional SKILL.md or JSON file uploaded by the owner to describe MCP tools in structured form; discoverable via
GET /.well-known/mcp-skills - Verification tier — Trust badge based on publisher verification level
- Health score — Real-time uptime and response-time score (0–100)
- Agent analytics — Discovery and interaction metrics
Listing tiers
Basic ($0/mo)
Auto-created for every Platform and Ready customer on a paid plan. Includes:- Listed in Hub search results
- Auto-generated SKILL.md
- View count analytics
Featured ($29/mo)
Self-serve upgrade for increased visibility:- Priority placement in search results
- Custom description and keywords in SKILL.md
- Views + click-through analytics
- Agent breakdown (which AI platforms discover you)
Premium ($79/mo)
Maximum visibility and analytics:- Top placement + featured badge in search results
- Composite skill eligibility (appear in multi-server workflows)
- Full analytics: query patterns, conversion funnel, competitive positioning
- Referral commission tracking
Verification tiers
Hub displays a verification badge on every listing to help AI agents assess publisher credibility. The four tiers map to theVerificationLevel type returned by the Directory API:
Higher verification tiers receive ranking boosts in Hub search results. Agents can filter the Directory API by minimum verification level using
min_verification. See Business Verification for how to advance through tiers.
Managing your listing
From the Hub dashboard you can:- Edit your listing description and keywords
- Upload a logo and banner image
- Set your listing category and tags
- View analytics and discovery metrics
- Upgrade or downgrade your listing tier
Uploading a capability document
Any listing owner can upload a SKILL.md or JSON capability document that describes the MCP server’s tools in structured form. Once uploaded, the document is publicly retrievable atGET /api/v1/hub/listings/:id/capability-doc and indexed in the Hub-level skills registry at GET /.well-known/mcp-skills — allowing agent platforms to discover your server’s capabilities directly.
Score Analysis
The Score Analysis page gives listing owners a full breakdown of their trust score, health sub-components, and prioritized improvement actions. It is only accessible to the listing owner — visiting/hub/listings/:id/score for a listing you do not own redirects you to /hub/dashboard.
Navigating to the page
- From
/hub/dashboard/listings/:id, click the Full Analysis button in the score card. - Or navigate directly to
/hub/listings/:id/score.
Trust score donut chart
The page opens with an SVG donut chart displaying your overall trust score (0–100) in the center. The ring is divided into three sectors sized by their maximum contribution weight:
Each sector is filled from its start angle according to the percentage of points earned in that component. The unfilled portion of each sector appears in a neutral gray. This makes it immediately clear which component is dragging your score down.
Component scores
Below the chart, three progress bars show the raw point totals for each main component (current / max pts). Bar color reflects the earned percentage — green at ≥75%, amber at ≥40%, and red below 40%.
The Service Health component expands into a sub-breakdown panel showing three contributing factors:
Each sub-component bar uses the same emerald/amber/red coloring based on its individual percentage.
Trust improvement pathways
The Trust Improvement Pathways section lists every available action that can raise your trust score, sorted bypointGain descending so you always see the highest-impact item first. Each row shows the action label, a description of what it earns, a +N pts badge, and a CTA button that links directly to the relevant dashboard page (e.g., the verification flow or the listing edit form).
When your listing has a perfect score, the section displays a success message instead of the action list.
30-day uptime sparkline
The Health Score History section shows a per-day uptime sparkline for the last 30 calendar days (UTC). Each day is rendered as a colored dot:
An average uptime summary (across days that have data) appears in the top-right corner. If no health probe data has been recorded yet for the listing, the section shows an empty state noting that results appear once probing starts.
Note: The trust score shown on this page is the stored value and is updated asynchronously; it may temporarily differ from the sum of the component point totals while a recalculation is in progress.
API reference
Score breakdown
Return the trust/health score breakdown for a listing, including per-component point totals and a sorted list of improvement actions:
Example request:
improvements array is empty when the listing has a perfect score. Items are sorted by pointGain descending (highest-impact action first). components are ordered: verification → profile → health.
Note: trustScore is the stored value from the database and is updated asynchronously; it may temporarily differ from sum(components[].current) while a recalculation is in progress.
Score component fields:
Improvement action fields:
Error codes: