Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Spiko Ai Toolkit

FreeNot checked

Unofficial AI toolkit for Spiko

GitHubEmbed

About

Unofficial AI toolkit for Spiko

README

AI toolkit for interacting with Spiko's APIs, built with TypeScript and Effect.

This is an independent project and is not an official Spiko product.

This PNPM workspace contains:

  • Generated clients for the Public, Investor, and Distributor APIs
  • A spiko command-line client
  • A read-only MCP server, currently exposing the Public API

Installation

Install the CLI from npm with:

npm install --global spiko-cli
spiko --help

The CLI exposes generated discovery and invocation commands for all 115 committed Operations. See apps/cli/README.md for grammar, authentication, JSON payloads, multipart files, output, and exit statuses.

Configure the MCP server in your MCP client with:

{
  "mcpServers": {
    "spiko": {
      "command": "npx",
      "args": ["-y", "spiko-mcp"]
    }
  }
}

Development

corepack enable
pnpm install
pnpm build
node apps/cli/dist/index.js --help
node apps/mcp-server/dist/index.js

Run pnpm check to validate the workspace and pnpm generate:clients to regenerate clients from the committed OpenAPI specifications.

License

MIT

from github.com/wewelll/spiko-ai-toolkit

Installing Spiko Ai Toolkit

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/wewelll/spiko-ai-toolkit

FAQ

Is Spiko Ai Toolkit MCP free?

Yes, Spiko Ai Toolkit MCP is free — one-click install via Unyly at no cost.

Does Spiko Ai Toolkit need an API key?

No, Spiko Ai Toolkit runs without API keys or environment variables.

Is Spiko Ai Toolkit hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Spiko Ai Toolkit in Claude Desktop, Claude Code or Cursor?

Open Spiko Ai Toolkit on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Spiko Ai Toolkit with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs