RoboWrite for LangChain
ai.robowrite/mcp
Hosted RoboWrite MCP server: recover briefs and drafts, run the reviewed URL-to-Markdown workflow.
client:LangChain
transport:streamable-http
tools:43
Install RoboWrite in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://www.robowrite.ai/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
- assign_review
- list_reviews
- get_review
- list_reviewers
- request_review
- decide_review
- get_account
- start_brand_setup
- get_brand_setup
- confirm_brand_setup
- list_brands
- get_brand
- update_brand_voice
- list_properties
- get_property
- create_property
- list_pillars
- generate_pillar_strategy
- get_pillar_strategy
- list_topics
- create_topic
- create_brief
- create_content_item
- generate_content_item