Developer Tools
alterauth.com
Provides guidance and SDK integration steps for developers setting up Alter.
ENDPOINT 1
https://mcp.alterauth.com/mcp
MCP server metadata
- Name
- alter-onboarding
- Version
- 0.2.2
Known tools 13
list_phasesList the lifecycle phases this server serves (setup, modify) and what each is for.
Potential side effectslist_skillsList the guidance Skills available on this server, with the phase each serves.
Inferred read-onlysdk_integrationReturn the Alter SDK wiring (install + client init + request) to write into the developer's codebase, for a language and setup goal.
Potential side effectssdk_patternReturn a runnable Alter SDK call pattern for a language: `proxy-call` (zero-egress proxy_request + HITL), `resolve-grant-by-user` (call as an end user via their delegated grant), or `delegate-managed-secret` (the operator-side delegation step).
Inferred read-onlyverify_integrationReturn a copy-pasteable recipe to VERIFY an integration works: `first-call` (code↔design, an audit row, correct attribution) or `per-user-isolation` (a multi-user/broker server runs two users under different credentials and rejects cross-user access).
Inferred read-onlyfetch_docFetch a page from the bundled onboarding SUBSET of the Alter docs by slug (e.
Inferred read-onlylist_providersList every provider with an ingested API spec in Alter's provider-spec catalog, with each spec's source and freshness.
Inferred read-onlylist_operationsList the API operations a provider exposes, live from Alter's provider-spec catalog (e.
Inferred read-onlyget_operation_schemaFetch one provider API operation's full contract — method, path, parameters, request/response schemas — live from Alter's provider-spec catalog, plus the spec's source and freshness.
Inferred read-onlypolicy_languageThe authoritative grammar of Alter's policy language, live from the deployed backend: every authorable rule type with its JSON body schema, caps, authorable levels, worked examples, and fail-closed semantics.
Inferred read-onlyCONNECT 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.alter-onboarding]
url = "https://mcp.alterauth.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alter-onboarding": {
"type": "http",
"url": "https://mcp.alterauth.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alter-onboarding
Remote MCP URL: https://mcp.alterauth.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": {
"alter-onboarding": {
"url": "https://mcp.alterauth.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alter-onboarding": {
"type": "http",
"url": "https://mcp.alterauth.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alter-onboarding",
"transport": "streamable-http",
"url": "https://mcp.alterauth.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.