KanseiLink MCP Server
An intelligence layer for discovering and orchestrating Japanese SaaS MCP tools through intent-based search and workflow recipes. It enables AI agents to evaluate service quality using community-driven insights while ensuring privacy through automated PII masking.
README
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
| Tool | Description |
|---|---|
search_services |
Find Japanese SaaS MCPs by intent (FTS5 + category boost) |
get_recipe |
Get workflow patterns combining multiple services |
find_combinations |
Reverse lookup — find recipes containing a specific service |
check_updates |
Check recent changes and breaking updates for a service |
report_outcome |
Share your experience with auto PII masking |
get_insights |
Check 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
- npm
- MCP Registry:
io.github.kansei-link/kansei-mcp-server - Zenn記事
License
MIT — Synapse Arrows PTE. LTD.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.