kansei-link
Discover 301 SaaS/API services with trust scores and auto-invocation skill. 91-96% token savings vs web research.
Open source Repository Open in the app JSON README (API)
About
Discover 301 SaaS/API services with trust scores and auto-invocation skill. 91-96% token savings vs web research.
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- michielinksee
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 1
- Last push
- 2026-04-17T12:50:23Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
michielinksee/kansei-link-plugin/kansei-link
README
# kansei-link (Claude Code Plugin) > Discover and integrate 301 SaaS/API services — Japanese + global — with trust scores, auth guides, and pitfall warnings. Agents save **91-96% tokens** vs web_search + web_fetch for API exploration. This is the Claude Code Plugin bundle. It ships: - **MCP server** (`@kansei-link/mcp-server`) — 21 tools for SaaS discovery, agent feedback, cost analysis, time-series intelligence - **Skill** (`saas-discovery`) — auto-invokes the MCP on SaaS-related intent (JP + EN triggers) ## Install Once the plugin is listed in the official marketplace: ```bash /plugin install kansei-link ``` ### Or install locally for testing ```bash git clone https://github.com/michielinksee/kansei-link-plugin.git claude --plugin-dir ./kansei-link-plugin ``` ## What it does After install, Claude Code auto-triggers on phrases like: - "freeeで請求書作りたい" / "send invoice through freee" - "勤怠管理のSaaS探して" / "find me an attendance tracking SaaS" - "Slack MCP ある?" / "is there a Slack MCP?" - "どのSaaSがいい?" / "which service should I use for X?" The agent calls KanseiLink's 21 MCP tools (chiefly `search_services` → `get_service_tips` → `report_outcome`) instead of burning tokens on web search. **Measured savings (2026-04-16 benchmark):** | Service | Without KanseiLink | With | Savings | |---|---:|---:|---:| | freee | 14,900 tokens | 855 | **94%** | | kintone | 25,000 tokens | 897 | **96%** | | SmartHR | 11,400 tokens | 799 | **93%** | | Slack | 9,000 tokens | 803 | **91%** | | Notion | 11,000 tokens | 865 | **92%** | ## Inside this plugin ``` kansei-link-plugin/ ├── .claude-plugin/ │ └── plugin.json # plugin manifest ├── .mcp.json # launches @kansei-link/mcp-server via npx ├── skills/ │ └── saas-discovery/ │ └── SKILL.md # auto-invocation rules (JP + EN triggers) └── README.md # this file ``` ## Pricing **Free tier (current):** all 21 tools, 301 services, 188 recipes, 125 API guides. No signup, no API key. Runs entirely locally — the DB ships inside the npm package. **Future Pro tier** (planned): detailed consulting reports for SaaS vendors, hosted endpoints, success-fee Cost Auditor. ## Privacy - Local-first; no phone-home from the stdio MCP - PII auto-masking on `report_outcome` (emails, names, IPs, kanji/katakana) - Agent type is logged (claude / gpt / gemini) but never the user ID Full privacy policy: [github.com/kansei-link/kansei-mcp-server#privacy--data-handling](https://github.com/kansei-link/kansei-mcp-server#privacy--data-handling) ## Related - **Core MCP server** (standalone, no plugin): [npm: @kansei-link/mcp-server](https://www.npmjs.com/package/@kansei-link/mcp-server) - **Skill repo** (standalone skill, no plugin): [github.com/michielinksee/kansei-linksee-skills](https://github.com/michielinksee/kansei-linksee-skills) - **Paired with**: [linksee-memory plugin](https://github.com/michielinksee/linksee-memory-plugin) — cross-agent memory to pair with external SaaS discovery ## Support - **Issues**: [github.com/michielinksee/kansei-link-plugin/issues](https://github.com/michielinksee/kansei-link-plugin/issues) - **MCP server issues**: [github.com/kansei-link/kansei-mcp-server/issues](https://github.com/kansei-link/kansei-mcp-server/issues) - **Company**: Synapse Arrows PTE. LTD. (Singapore) ## License MIT — Synapse Arrows PTE. LTD.