跳至主要内容

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-start skill 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

SurfaceStatusWhen to use it
Claude Code pluginAvailableYou're using Claude Code. One command installs the MCP server, the skill, and the slash command.
Cursor pluginComing soonYou're using Cursor. In the meantime, set the MCP server up manually.
Newton MCP serverAvailableCursor, Claude Code without the plugin, or any MCP-aware agent.
SkillsAvailableAny 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__*):

ToolPurpose
search_docsFull-text search across Aghanim's product docs.
fetch_docRetrieve a specific doc page by URL.
list_api_groupsList the top-level groups in the Aghanim OpenAPI spec.
list_api_group_pathsList operations inside a specific API group.
get_api_schemaInspect the request and response schemas of a single operation.
get_api_componentResolve a $ref to a reusable component.

Common workflows:

  • Scaffold player.verify, item.add, and item.remove with the /aghanim-webhooks-quick-start skill.
  • Integrate passwordless authentication using Aghanim's social and in-game auth flows.
  • Add specific webhook handlers such as order.paid, refund, or subscription to 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

FieldValue
URLhttps://mcp.aghanim.com/sse
TransportSSE
AuthOAuth 2.0 / Auth0 (handled by the client)

需要技术支持?
联系我们的集成技术团队: [email protected]