furunavi-mcp-community
furunavi-mcp-community
ふるさと納税サイト「ふるなび」を扱う非公式のMCPサーバーです。MVPとして、返礼品検索、詳細取得、ブラウザログイン、お気に入り追加を提供します。
ふるなび運営会社とは無関係です。個人利用を前提とし、サイトの利用規約・robots・アクセス制限を尊重してください。寄附申込みや決済は実装していません。
MCP tools
Tool | 用途 | ログイン |
| キーワード検索 | 不要 |
| 返礼品IDによる詳細取得 | 不要 |
| セッション保存状況 | 不要 |
| ブラウザで対話ログイン | 操作が必要 |
| 保存セッション削除 | 不要 |
| お気に入り追加(冪等) | 必要 |
Related MCP server: tinyfish-search-fetch-mcp
Setup
npm公開版を利用する場合:
npm install -g furunavi-mcp-community
npx playwright install chromiumソースから開発する場合:
git clone https://github.com/new-village/furunavi-mcp-community.git
cd furunavi-mcp-community
npm install
npx playwright install chromium
npm run buildClaude Desktop / Claude Code等の設定例:
{
"mcpServers": {
"furunavi": {
"command": "npx",
"args": ["-y", "furunavi-mcp-community"]
}
}
}Login
パスワードをMCPへ渡さず、利用者がふるなびの画面で直接ログインします。
node dist/index.js auth
node dist/index.js auth --status
node dist/index.js auth --clear保存先は ~/.config/furunavi-mcp-community/storage-state.json(mode 0600)です。FURUNAVI_MCP_CONFIG_DIR で変更できます。
リモート・コンテナ環境
headedブラウザを表示できる端末でログインしてください。Remote SSHやヘッドレスサーバーではブラウザ画面を操作できないため、同一ユーザーの設定ディレクトリを安全に移送・マウントする必要があります。storage-stateには認証Cookieが含まれるため、Gitへ追加したり共有したりしないでください。
Development
npm test
npm run typecheck
npm run build
npm run lint
npm audit --omit=dev
npm pack --dry-runNode.js 20以上を使用します。HTML構造変更により解析処理が壊れる可能性があるため、公開前には実サイトsmoke testを実行してください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn unofficial MCP server that integrates with the hokan Insurance CRM API v2 to manage customer data, schedules, and tasks. It also features specialized tools for Japanese insurance law compliance, including intent confirmation and regulatory check generation.
- AlicenseAqualityBmaintenanceA lightweight MCP server enabling web search and content fetching via TinyFish Free Access API with support for single and burst URL fetch.3MIT
- AlicenseAqualityDmaintenanceMCP server for Open Food Facts, enabling food product lookup by barcode, search, nutrition facts, allergen checks, and eco-scores without an API key.8MIT
- FlicenseAqualityCmaintenanceUnofficial MCP server for accessing and managing TimeTree calendar data, supporting events, memos, and comments via email/password authentication.6
Related MCP Connectors
Official remote MCP server for SUZURI.
A basic MCP server to operate on the Postman API.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/new-village/furunavi-mcp-community'
If you have feedback or need assistance with the MCP directory API, please join our Discord server