visibilityai for LangChain
io.github.thinksuitesolution-coder/visibilityai
Verified Indian business data and AI-visibility reports for MCP-compatible AI agents.
client:LangChain
transport:streamable-http
tools:20
Install visibilityai in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"visibilityai": {
"transport": "streamable_http",
"url": "https://visibilityai.in/api/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_businesses
- get_business_profile
- get_category_leaders
- search_by_keyword
- get_buyer_questions
- get_listicle
- compare_businesses
- get_available_cities
- submit_lead
- get_lead_status
- get_offers
- get_my_visibility_score
- get_my_citations
- get_my_intelligence_overview
- get_my_intelligence_items
- get_my_intelligence_lineage
- get_my_intelligence_recommendations
- get_my_intelligence_experiments
- get_my_intelligence_benchmark_status
- get_my_intelligence_portfolio