Presend MCP Server for LangChain
io.github.presendapp/presend-mcp
Free MCP server: 36 security & dev API tools -- WHOIS, DNS, CVE, IP reputation, Cosmos SDK.
client:LangChain
transport:streamable-http
tools:37
Install Presend MCP Server in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"presend-mcp": {
"transport": "streamable_http",
"url": "https://presend.pages.dev/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
- address_risk
- ai_crawler_check
- base64
- color
- csv_json
- dns_lookup
- email_disposable
- email_security
- email_validate
- email_verify
- favicon
- ip
- ip_reputation
- jwt_decode
- jwt_verify
- maintainer_change_check
- password
- password_breach
- password_check
- phone_verify
- redirect_trace
- repo_health_check
- rpc_check
- security_headers