OAISYS Claude Plugin

Connect Claude to OAISYS.

OAISYS provides a hosted MCP endpoint and Claude Code plugin wrapper for workspace inspection, account inventory, usage checks, cost estimates, scraper tools, supported workflow actions, profile updates, and account metadata management.

Hosted MCP Claude Code API key auth Sanitized results

Install With Hosted MCP

Use this today. It does not require GitHub access.

export OAISYS_API_KEY="your-oaisys-api-key"

claude mcp add --transport http --scope user \
  --header "x-api-key: $OAISYS_API_KEY" \
  oaisys https://oaisyscloud.com/mcp

Marketplace Install

After the public package is published, users can add the OAISYS marketplace without seeing a personal GitHub account.

/plugin marketplace add https://oaisyscloud.com/claude/marketplace.json
/plugin install oaisys@oaisys

Submission Info

Use this page as the plugin homepage. Anthropic can review a branded source repository separately without exposing private OAISYS app code.

Plugin repository: https://github.com/OAISYS-Org/oaisys-claude-plugin
Plugin name: OAISYS
Homepage: https://oaisyscloud.com/claude
Marketplace: https://oaisyscloud.com/claude/marketplace.json

Behavior

The plugin keeps API keys local, prefers MCP tools over ad hoc scripts, shows simple loading states, and returns final sanitized results without backend implementation details.

View OAISYS API docs

Example Use Cases

Connect Claude Code to an OAISYS workspace and summarize available accounts, groups, statuses, badges, and credit balance.

Ask Claude to estimate OAISYS credits before running a supported action, then proceed only after confirmation.

Use Claude to scrape a user profile or subreddit through OAISYS and summarize returned public data.

Ask Claude to inspect or update one account's editable proxy field using the OAISYS API without exposing private backend details.