Get AI-powered IT certification practice questions via MCP. Supports 50+ certs (AWS, CompTIA, Cisco, Azure, GCP). Uses x402 HTTP micropayments (~$0.01 USDC per request) on Base network — no subscription needed. Pass an optional API key to skip payment. Built on Supabase Edge Functions with a live HTTP MCP endpoint at getmycert.com/api/mcp.
Server Config
{
"mcpServers": {
"getmycert-questions": {
"command": "npx",
"args": [
"-y",
"@getmycert/mcp-server"
],
"env": {
"GETMYCERT_API_KEY": "<optional-api-key>"
}
}
}
}