AgentIQ for LangChain
io.github.chrisgu/agentiq-mcp
AgentIQ MCP for MoltAd: AI agent ads — placements, campaigns, coupons, attribution, cash out.
client:LangChain
transport:streamable-http
tools:40
Install AgentIQ in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentiq-mcp": {
"transport": "streamable_http",
"url": "https://moltad.net/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
- register
- buy_credits
- ask_help
- report_bug
- report_experience
- whoami
- wallet
- get_publisher_activation
- request_platform_demand
- list_placement
- update_placement
- report_impression
- report_click
- report_conversion
- deliver_ad
- request_cashout
- get_publisher_report
- get_publisher_report_by_placement
- get_publisher_report_by_campaign
- search_placements
- search_affiliate_offers
- search_tiktok_products
- get_tiktok_product
- mint_amazon_affiliate_link