Agent Plugins Marketplace
All plugins

onetick-knowledge

v0.1.0

Query OneTick market and reference data from Claude — MCP for SQL discovery/composition, onetick-py WebAPI wheel for execution over Arrow

Claude CodeAgent Plugins1 Skill1 MCP serverStreamable HTTP

By KX15 GitHub starsUpdated 19 hours ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 2, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install onetick-knowledge for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install onetick-knowledge@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/KxSystems/kx-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/onetick-knowledge/.

Plugin files

plugins/onetick-knowledge/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/onetick-cloud/SKILL.md
└── .mcp.json

Included Skills1

onetick-cloudskills/onetick-cloud/SKILL.md

Compose and execute OneTick SQL against KX OneTick Cloud. Use when the user asks to query OneTick, retrieve tick / bar / daily / order-book / reference data, run a SQL statement against a OneTick database (e.g. LSE_SAMPLE, US_COMP_SAMPLE, LSE_SAMPLE_BARS, US_COMP_SAMPLE_DAILY, OTQ_CHAIN), pull market data from OneTick Cloud, convert a natural-language data request into a OneTick SQL query plus its result set, explain how the OneTick execution helper / auth / onetick-py WebAPI wheel works, describe how the helper handles large results, previews, or errors, or show an `onetick-py` / `otp.DataSource` Python idiom for OneTick data access.

MCP servers1

OneTick-CloudStreamable HTTP
url
https://skills-mcp.cloud.onetick.com/mcp

Plugin manifests2

plugins/onetick-knowledge/.claude-plugin/plugin.json
{
  "name": "onetick-knowledge",
  "version": "0.1.0",
  "description": "Query OneTick market and reference data from Claude — MCP for SQL discovery/composition, onetick-py WebAPI wheel for execution over Arrow",
  "author": {
    "name": "KX",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/KxSystems/kx-skills/tree/main/plugins/onetick-knowledge",
  "keywords": [
    "onetick",
    "kx",
    "market-data",
    "sql",
    "tick-data",
    "webapi",
    "arrow",
    "mcp"
  ]
}
plugins/onetick-knowledge/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "onetick-knowledge",
  "version": "0.1.0",
  "description": "Query OneTick market and reference data from Claude — MCP for SQL discovery/composition, onetick-py WebAPI wheel for execution over Arrow",
  "author": {
    "name": "KX",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/KxSystems/kx-skills/tree/main/plugins/onetick-knowledge",
  "keywords": [
    "onetick",
    "kx",
    "market-data",
    "sql",
    "tick-data",
    "webapi",
    "arrow",
    "mcp"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[onetick-knowledge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/onetick-knowledge)