補助金AI for LangChain
io.github.mkisama94/subsidy-ai
Search Japanese subsidies and public company data using J-Grants, gBizINFO, and EDINET.
client:LangChain
transport:streamable-http
tools:15
Install 補助金AI in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"subsidy-ai": {
"transport": "streamable_http",
"url": "https://subsidy.ai-orchestration.jp/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- search_corporate_identities
- get_corporate_identity
- search_companies
- get_company_profile
- get_company_activities
- verify_corporate_relationship
- prepare_professional_consultation
- assess_deemed_large_enterprise_eligibility
- record_official_selection_statistics
- get_official_selection_statistics
- estimate_program_selection_outlook
- evaluate_subsidy_fit_for_company
- search_subsidies
- get_subsidy_detail
- evaluate_subsidy_fit