INDIVIDUAL MCP TOOL
get_certification
Everything held about one certification: issuer and issuer domain, occupations served, exam and renewal requirements, education-or-experience routes, Credential Engine registry identity where held, and the basis and source URL for the claim.
LIVE ENDPOINT
https://goldseam.ksaworks.com/mcp
Connect to this endpoint to inspect the live schema for get_certification and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ksaserver-goldseam]
url = "https://goldseam.ksaworks.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ksaserver-goldseam": {
"type": "http",
"url": "https://goldseam.ksaworks.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ksaserver-goldseam
Remote MCP URL: https://goldseam.ksaworks.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ksaserver-goldseam": {
"url": "https://goldseam.ksaworks.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ksaserver-goldseam": {
"type": "http",
"url": "https://goldseam.ksaworks.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ksaserver-goldseam",
"transport": "streamable-http",
"url": "https://goldseam.ksaworks.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_certifications— Which certification is this prose name?certifications_for_occupation— What certifications serve this occupation?occupations_for_certification— What occupations does this certification serve?related_certifications— What else serves the same occupation?certifications_for_program— Broad academic cross-reference by instructional program (CIP).list_issuers— The issuing organizations, optionally filtered by a name query.