INFO-Subscription for LangChain
com.info-subscription/mcp-server
Exposes tools for querying subscriptions and billing data from the INFO-Subscription platform
client:LangChain
transport:streamable-http
runtime:nuget
Install INFO-Subscription in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-server": {
"transport": "streamable_http",
"url": "https://s4mcp-prod.azurewebsites.net/{tenantId}",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs