Skip to content
LangChain

delega.ai for AWS Pricing Calculator for LangChain

ai.delega/aws-pricing-calculator

Create AWS cost estimates and shareable AWS Pricing Calculator URLs.

client:LangChain transport:streamable-http

Install delega.ai for AWS Pricing Calculator in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "aws-pricing-calculator": {
            "transport": "streamable_http",
            "url": "https://calculator.delega.ai/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

delega.ai for AWS Pricing Calculator in other clients