Sellular for LangChain
online.sellular/sellular
Track where your product is listed, score its AI search visibility, and audit a domain's SEO.
client:LangChain
transport:streamable-http
tools:19
Install Sellular in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sellular": {
"transport": "streamable_http",
"url": "https://sellular.online/api/mcp/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
- get_visibility_score
- scan_domain
- bulk_scan
- seo_audit_summary
- compare_visibility
- generate_llms_txt
- generate_seo_fixes
- list_directory_listings
- list_public_listings
- list_tracked_sites
- get_product_analytics
- check_submission_readiness
- generate_submission_kit
- get_listing_badge
- track_product
- list_product
- record_submission
- generate_review
- list_my_reviews