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.Register a Server
Use the developer portal:- Open MCP Servers.
- Select Register MCP Server.
- Enter the server metadata and save it.
- Open the server detail page.
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:bronze, silver, and gold. A successful submission returns HTTP 202:
Check Application Status
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.
--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.