← Registry

Developer Tools

alterauth.com

Provides guidance and SDK integration steps for developers setting up Alter.

1 endpoint13 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.alterauth.com/mcp

No auth detected

MCP server metadata

Name
alter-onboarding
Version
0.2.2
Capabilities
resources.listChangedtools.listChanged

Known tools 13

list_phases

List the lifecycle phases this server serves (setup, modify) and what each is for.

Potential side effects
list_skills

List the guidance Skills available on this server, with the phase each serves.

Inferred read-only
get_started

Begin or change an Alter integration.

Inferred read-only
next_step

Return the next step for a flow.

Inferred read-only
sdk_integration

Return the Alter SDK wiring (install + client init + request) to write into the developer's codebase, for a language and setup goal.

Potential side effects
sdk_pattern

Return 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-only
troubleshoot

Map a @alter-ai/cli exit code or error message to a remediation.

Potential side effects
verify_integration

Return 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-only
fetch_doc

Fetch a page from the bundled onboarding SUBSET of the Alter docs by slug (e.

Inferred read-only
list_providers

List every provider with an ingested API spec in Alter's provider-spec catalog, with each spec's source and freshness.

Inferred read-only
list_operations

List the API operations a provider exposes, live from Alter's provider-spec catalog (e.

Inferred read-only
get_operation_schema

Fetch 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-only
policy_language

The 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-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.