Skip to main content

Current Status

Grantex provides an MCP server directory and a certification application intake workflow. A server owner can register a server, request a Bronze, Silver, or Gold level, and inspect the resulting application status.
Submitting an application does not certify a server. The current public contract creates an application with status pending_conformance_test; it does not promise an automated decision, a review deadline, a public badge URL, or an external compliance attestation. Do not display a Grantex certification badge unless the server record has been approved and Grantex provides a verifiable public record.

Register a Server

Use the developer portal:
  1. Open MCP Servers.
  2. Select Register MCP Server.
  3. Enter the server metadata and save it.
  4. Open the server detail page.
The same operation is available through POST /v1/mcp/servers. Registration requires a developer API key.

Submit an Application

On an MCP server detail page, choose Bronze, Silver, or Gold. The portal calls:
Accepted levels are bronze, silver, and gold. A successful submission returns HTTP 202:
The server must belong to the authenticated developer. Submitting a duplicate active application may return a conflict response.

Check Application Status

The response includes the requested level, current status, conformance counts and results when available, and reviewer fields when a review has occurred. Treat the returned status as the source of truth.

Conformance Suite

@grantex/conformance validates a Grantex-compatible authorization service. It does not currently accept --issuer, --tier, or --output flags and does not by itself submit an MCP certification application.
Available options include --suite, --include, --format text|json, and --bail. Redirect standard output if you need to retain the JSON report:
The general Grantex conformance report and MCP certification application are separate contracts today. The application endpoint does not accept an uploaded report.

Badges and Public Claims

There is currently no documented public badge asset, Shields.io endpoint, or /mcp-registry/:slug verification page. Until a stable verification URL is published:
  • do not link to guessed badge or registry paths;
  • do not claim that a pending application is certified;
  • do not claim SOC 2, GDPR, OAuth, or production-readiness certification from a Grantex application;
  • link to an official server record only when the API or portal exposes one as approved.
Last modified on July 11, 2026