keywordise for LangChain
com.keywordise/keywordise
Auto-apply to jobs: matches your CV, tailors a fresh CV per posting, and applies for you.
client:LangChain
transport:streamable-http
tools:49
Install keywordise in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"keywordise": {
"transport": "streamable_http",
"url": "https://keywordise.com/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
- create_account
- login
- get_account
- resend_verification_email
- get_upgrade_link
- get_billing_portal_link
- cancel_subscription
- list_api_keys
- create_api_key
- revoke_api_key
- export_my_data
- delete_my_account
- get_my_profile
- upload_cv
- update_profile
- get_profile_gaps
- suggest_keywords
- list_cv_designs
- set_cv_design
- get_my_cv_pdf
- get_targeting
- update_targeting
- describe_what_i_want
- get_feed_reach