Grants Search MCP Server
助成金検索MCPサーバー
このプロジェクトは、キーワードに基づいて政府の助成金を検索するためのツールを提供する MCP (Model Context Protocol) サーバーです。
ビデオ紹介
概要
Grants Search MCP Serverは、 @modelcontextprotocol/sdkパッケージを使用して構築されています。このサーバーは、「search-grants」と呼ばれる単一のツールを公開しており、ユーザーは検索クエリに基づいて利用可能な政府助成金を検索できます。
サーバーは Simpler Grants API と対話して助成金データを取得し、結果を表示用にフォーマットします。
MCPは、政府助成金に関する情報にアクセスするための包括的なエンドポイントセットを提供するSimpler Grants APIからデータを取得します。このAPIは現在アルファ版であり、主にテストとフィードバックを目的としています。機会の検索、機関情報の取得、詳細な助成金データへのアクセスなどの機能が含まれており、すべてユーザーフレンドリーな形式で構造化されています。
APIは、機関、申請者タイプ、資金カテゴリーなど、助成金検索のための様々なフィルターをサポートしています。また、大量の結果を効率的に管理するためのページネーションオプションも提供しています。
Related MCP server: Startup Concierge Go MCP Server
特徴
キーワードで政府補助金を検索
検索結果をページ分けする
各助成金に関する以下の詳細情報を表示します。
商談のタイトル、番号、ステータス
資金情報(助成金の最低額、助成金の上限額、カテゴリー)
日付と締め切り
連絡先
資格要件
追加情報URL
設定
リポジトリをクローンし、プロジェクト ディレクトリに移動します。
必要な依存関係をインストールします。
Node.js 16以上
npm install
Simpler Grants API キーを使用して
API_KEY環境変数を設定します。MCP サーバーを起動します。
npm start
サーバーが実行を開始し、MCP クライアント接続の受信をリッスンします。
使用法
サーバーが起動したら、MCP クライアント (例: Claude Desktop) を使用してサーバーに接続できます。
「search-grants」ツールを使用するには、次のパラメータを含むリクエストを送信するだけです。
query: 検索クエリ(例:「人工知能」、「気候変動」)page: ページ番号(デフォルト: 1)grantsPerPage: ページごとに表示する許可の数(デフォルト: 3)
サーバーは、許可の詳細を含む、検索結果のフォーマットされた要約で応答します。
カスタマイズ
以下を変更することでサーバーをカスタマイズできます。
formatGrantDetails: 表示用に許可情報をフォーマットする関数createSummary:検索結果の要約を生成する関数API_KEY: リクエストの認証に使用されるSimpler Grants APIキー
トラブルシューティング
問題が発生した場合は、サーバーログで詳細をご確認ください。また、プロジェクトのメンテナーにお問い合わせいただくこともできます。
貢献
このプロジェクトに貢献したい場合は、リポジトリをフォークし、変更を加えたプル リクエストを送信してください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceModel Context Protocol (MCP) server that provides access to the Grants.gov API for searching and retrieving federal grant opportunities.
- FlicenseAqualityBmaintenanceAn MCP server that enables searching Korean government startup grants, checking eligibility, scoring applications, and writing business plans with deterministic coaching.13
- AlicenseAqualityAmaintenanceAn MCP server that searches grant opportunities across multiple CommonGrants-compliant APIs from a single set of tools.3MIT
- FlicenseNot gradedqualityCmaintenanceA paid MCP server that gives AI agents instant, structured access to every open US federal grant and contract opportunity.1
Related MCP Connectors
Grants.gov search and USAspending grant data. 4 MCP tools for grant discovery.
Grants.gov MCP — open federal grant opportunities (free, no auth)
California Grants Portal MCP — open State of California grant funding opportunities (keyless).
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/Tar-ive/grants-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server