Skip to main content

Agent Skill Installer

The Inkwell Agent API can be consumed by AI agents through multiple discovery mechanisms.

Claude Code Skill

The Inkwell repo includes a native Claude Code skill that teaches Claude how to use the staking API interactively.

Installation

Clone the skill into your Claude Code skills directory:
Or if working within the Inkwell repo, it’s already available. Invoke it with:
The skill provides:
  • Decision logic for when to call each endpoint
  • Multi-step workflows (allocate -> build tx -> sign -> submit)
  • Tier-aware behavior (knows which features require builder/pro)

MCP Server

The @inkwell.finance/mcp-ika-staking package exposes the full API as MCP tools and resources.

Installation

Configuration

Add to your MCP client config (e.g., claude_desktop_config.json):

Available tools

Available resources

OpenAPI Spec

The raw OpenAPI 3.1 spec is available for any agent framework that consumes OpenAPI:

Agent discovery

The API serves a plugin manifest for generic agent discovery:
This follows the OpenAI plugin convention and points to the OpenAPI spec.

Environment variables