Overview
Aghanim ships first-class integrations for AI coding tools so that your agent can search the Aghanim documentation, browse the public API, and scaffold integrations directly in your project — without leaving the editor.
The integrations are layered:
- Editor plugins package everything an assistant needs (MCP server, skill, slash command) into a one-line install. Today the Claude Code plugin is available and the Cursor plugin is on the way.
- The Newton MCP server is the source of truth that powers the plugins. You can also wire it up manually with Cursor or any other MCP-aware agent.
- The
/aghanim-webhooks-quick-startskill is a stack-agnostic playbook that walks any agent through implementing the three webhook handlers required for an Aghanim integration. Use it via the plugin, or drop it into any agent that does not have native plugin support.
What's available
| Surface | Status | When to use it |
|---|---|---|
| Claude Code plugin | Available | You're using Claude Code. One command installs the MCP server, the skill, and the slash command. |
| Cursor plugin | Coming soon | You're using Cursor. In the meantime, set the MCP server up manually. |
| Newton MCP server | Available | Cursor, Claude Code without the plugin, or any MCP-aware agent. |
| Skills | Available | Any agent — drop the skill into your prompt and let the agent scaffold the integration. |
Capabilities
The plugins and the MCP server expose the same set of tools (mcp__aghanim__*):
| Tool | Purpose |
|---|---|
search_docs | Full-text search across Aghanim's product docs. |
fetch_doc | Retrieve a specific doc page by URL. |
list_api_groups | List the top-level groups in the Aghanim OpenAPI spec. |
list_api_group_paths | List operations inside a specific API group. |
get_api_schema | Inspect the request and response schemas of a single operation. |
get_api_component | Resolve a $ref to a reusable component. |
Common workflows:
- Scaffold
player.verify,item.add, anditem.removewith the/aghanim-webhooks-quick-startskill. - Integrate passwordless authentication using Aghanim's social and in-game auth flows.
- Add specific webhook handlers such as
order.paid,refund, orsubscriptionto your existing handler stack. - Generate and run end-to-end tests that exercise your integration against signed Aghanim payloads.
Authentication
The Newton MCP server is gated by Aghanim SSO (Auth0). On the very first mcp__aghanim__* call, your agent opens a browser for SSO login. Complete it once and the session persists.
정보
Anonymous requests against docs.aghanim.com return 403. Always reach the docs through the MCP server (fetch_doc / search_docs).
Endpoint
| Field | Value |
|---|---|
| URL | https://mcp.aghanim.com/sse |
| Transport | SSE |
| Auth | OAuth 2.0 / Auth0 (handled by the client) |
도움이 필요하세요?
통합팀에 문의하십시오 [email protected]