[PR #2518] docs: Add URLCheck tool integration #2506

Open
opened 2026-02-17 17:23:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2518
Author: @cplusdev
Created: 2/6/2026
Status: 🔄 Open

Base: mainHead: add-urlcheck-tool-integration


📝 Commits (1)

  • 6755fb5 Add URLCheck tool integration documentation

📊 Changes

2 files changed (+212 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/tools/index.mdx (+9 -0)
src/oss/python/integrations/tools/urlcheck.mdx (+203 -0)

📄 Description

Add integration page for langchain-urlcheck, a LangChain tool that verifies URL safety before agent navigation with optional intent-aware risk analysis. Includes setup, instantiation, invocation examples, agent usage with LangGraph, async usage, output format reference, and MCP adapter compatibility path.

Overview

Add documentation for the langchain-urlcheck package - a LangChain BaseTool integration that lets AI agents verify URL safety before navigation via the URLCheck MCP server. The package passes both ToolsUnitTests and ToolsIntegrationTests from langchain-tests. This PR adds a new tool integration page and a URLCheck entry in the tools index table under Security.

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue: N/A
  • Feature PR: N/A

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

  • PyPI: langchain-urlcheck
  • GitHub: cybrlab-ai/langchain-urlcheck
  • The package supports free tier (100 requests/day, no API key required) and authenticated access for higher volumes
  • Standard LangChain tests verified: ToolsUnitTests (6 passed) and ToolsIntegrationTests (5 passed)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2518 **Author:** [@cplusdev](https://github.com/cplusdev) **Created:** 2/6/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-urlcheck-tool-integration` --- ### 📝 Commits (1) - [`6755fb5`](https://github.com/langchain-ai/docs/commit/6755fb551282e62464e40862925fb35c424d9dce) Add URLCheck tool integration documentation ### 📊 Changes **2 files changed** (+212 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/tools/index.mdx` (+9 -0) ➕ `src/oss/python/integrations/tools/urlcheck.mdx` (+203 -0) </details> ### 📄 Description Add integration page for langchain-urlcheck, a LangChain tool that verifies URL safety before agent navigation with optional intent-aware risk analysis. Includes setup, instantiation, invocation examples, agent usage with LangGraph, async usage, output format reference, and MCP adapter compatibility path. ## Overview Add documentation for the `langchain-urlcheck` package - a LangChain `BaseTool` integration that lets AI agents verify URL safety before navigation via the URLCheck MCP server. The package passes both `ToolsUnitTests` and `ToolsIntegrationTests` from `langchain-tests`. This PR adds a new tool integration page and a URLCheck entry in the tools index table under Security. ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: N/A - Feature PR: N/A ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes - **PyPI**: [langchain-urlcheck](https://pypi.org/project/langchain-urlcheck/) - **GitHub**: [cybrlab-ai/langchain-urlcheck](https://github.com/cybrlab-ai/langchain-urlcheck) - The package supports free tier (100 requests/day, no API key required) and authenticated access for higher volumes - Standard LangChain tests verified: `ToolsUnitTests` (6 passed) and `ToolsIntegrationTests` (5 passed) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2506