mcpserver.lol
registry/alter-onboarding
Connection check verified live · 27h ago

alter-onboarding

Guide developers from setup through a verified, policy-aware, audited Alter API call.

Tools 13
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

13 tools

Read from the running server on 27h ago.

fetch_doc slug
Fetch a page from the bundled onboarding SUBSET of the Alter docs by slug (e.g. "quickstart"). Pages outside the subset are identified with the docs-site URL where they live (they…
get_operation_schema kindprovider_id*operation_id*
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 freshnes…
get_started goalphaseuse_case
Begin or change an Alter integration. Without args: lists the phases. With `phase`: returns that phase's flows + a heuristic hint — classify the use case YOURSELF and call again wi…
list_operations kindlimitoffsetsearchprovider_id*
List the API operations a provider exposes, live from Alter's provider-spec catalog (e.g. "what can I call on google?"). Returns operation ids + methods/paths, plus the spec's sour…
list_phases
List the lifecycle phases this server serves (setup, modify) and what each is for.
list_providers kind
List every provider with an ingested API spec in Alter's provider-spec catalog, with each spec's source and freshness. Optionally filter by `kind`. Start here, then call list_opera…
list_skills
List the guidance Skills available on this server, with the phase each serves. Read a skill via its resource (skill://alter/<name>).
next_step goal*after
Return the next step for a flow. Pass the goal (flow id) and the id of the last completed step (omit `after` for the first step). Run each step's detect command FIRST and skip the…
policy_language rule_type
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…
sdk_integration goal*language*
Return the Alter SDK wiring (install + client init + request) to write into the developer's codebase, for a language and setup goal.
sdk_pattern pattern*language*
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), o…
troubleshoot errorexit_code
Map a @alter-ai/cli exit code or error message to a remediation.
verify_integration scenario*
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 run…