MCP Hub
Back to servers

kansei-mcp-server

Validation Failed

Intelligence layer for discovering and orchestrating Japanese SaaS MCP tools (AEO)

Registryglama
Stars
1
Updated
Apr 2, 2026
Validated
Apr 24, 2026

Validation Error:

Process exited with code 1. stderr: npm error could not determine executable to run npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-04-24T03_03_11_964Z-debug-0.log

Quick Install

npx -y @kansei-link/mcp-server

KanseiLink MCP Server

MCP intelligence layer for discovering and orchestrating Japanese SaaS MCP tools.

KanseiLink helps AI agents find, evaluate, and combine Japanese SaaS services through the Model Context Protocol. It provides intent-based search, workflow recipes, change detection, and community-driven quality insights.

📝 Zenn記事: MCPサーバーが増えすぎて困ったので、MCPを整理するMCPサーバーを作った

Quick Start

npx @kansei-link/mcp-server

Or add to your MCP client config:

{
  "mcpServers": {
    "kansei-link": {
      "command": "npx",
      "args": ["@kansei-link/mcp-server"]
    }
  }
}

Tools

ToolDescription
search_servicesFind Japanese SaaS MCPs by intent (FTS5 + category boost)
get_recipeGet workflow patterns combining multiple services
find_combinationsReverse lookup — find recipes containing a specific service
check_updatesCheck recent changes and breaking updates for a service
report_outcomeShare your experience with auto PII masking
get_insightsCheck community usage data and confidence scores

Categories

CRM, Project Management, Communication, Accounting, HR, E-commerce

Architecture

Agent ←→ KanseiLink MCP Server ←→ SQLite (local)
              ↓
         search_services   → FTS5 + intent→category mapping
         get_recipe        → Workflow pattern matching
         find_combinations → Reverse recipe lookup
         check_updates     → Changelog query
         report_outcome    → PII masking → outcomes table
         get_insights      → Aggregation + confidence scoring

Development

npm install
npm run build
npm run seed    # populate with Japanese SaaS MCP data
npm start       # start stdio server

Security

  • PII auto-masking (Japanese kanji/katakana names, email, phone, IP)
  • Agent identity anonymized
  • See SECURITY.md for full policy

Links

License

MIT — Synapse Arrows PTE. LTD.

Reviews

No reviews yet

Sign in to write a review