INDIVIDUAL MCP TOOL
amba_achievements_get
Fetch a single achievement definition by ID, including criteria and XP reward.
LIVE ENDPOINT
https://mcp.amba.dev/mcp
Connect to this endpoint to inspect the live schema for amba_achievements_get and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- 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.amba]
url = "https://mcp.amba.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"amba": {
"type": "http",
"url": "https://mcp.amba.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: amba
Remote MCP URL: https://mcp.amba.dev/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": {
"amba": {
"url": "https://mcp.amba.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"amba": {
"type": "http",
"url": "https://mcp.amba.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "amba",
"transport": "streamable-http",
"url": "https://mcp.amba.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
amba_developer_signup— Create a new Amba developer account.amba_affiliate_signup— Join an affiliate program from zero: create an Amba account + org and get a long-lived PAT plus ready-to-paste MCP-client config in `mcp_config`.amba_developer_login— Log in to an existing Amba developer account.amba_developer_verify— Verify a developer account headlessly using the `verify_token` returned by `amba_developer_signup`.amba_developer_refresh— Rotate a developer access_token using the refresh_token previously issued by signup or login.amba_developer_rotate_pat— Rotate the developer PAT.amba_developer_me— Return the developer profile (id, email, name, oauth_providers, avatar_url, github_username) for the Bearer currently in effect (either the `pat` argument or the inbound HTTP Authorization header).amba_projects_list— List all Amba projects owned by the authenticated developer.