﻿> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tool integrations

> Integrate with tools using LangChain Python.

[Tools](/oss/python/langchain/tools) are utilities designed to be called by a model: their inputs are designed to be generated by models, and their outputs are designed to be passed back to models.

A toolkit is a collection of tools meant to be used together.

## Search

The following table shows tools that execute online searches in some shape or form:

| Tool/Toolkit                                                                                                            | Free/Paid                                   | Return Data                                                                                    |
| ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| [BrightData SERP](https://docs.brightdata.com/scraping-automation/serp-api/introduction)                                | Pay-per-successful-request                  | URL, Snippet, Title, Search Rank                                                               |
| [cloro](https://docs.cloro.dev)                                                                                         | Paid                                        | URL, Snippet, Title, Answer                                                                    |
| [CrustAPI](https://crustapi.com/docs)                                                                                   | 3,000 free credits/month, no card           | URL, Title, Snippet, Maps, News, Shopping, Images, Videos, Places, Scholar, Patents, LinkedIn  |
| [Exa Search](/oss/python/integrations/tools/exa_search)                                                                 | 1000 free searches/month                    | URL, Author, Title, Published Date                                                             |
| [Google Search](/oss/python/integrations/tools/google_search)                                                           | Paid                                        | URL, Snippet, Title                                                                            |
| [iFlow Search](https://platform.iflow.cn/)                                                                              | Paid                                        | URL, Title, Snippet, Date                                                                      |
| [Keenable](https://docs.keenable.ai)                                                                                    | Free keyless tier available                 | Title, URL, description, publication date, index date; page markdown for fetch                 |
| [Linkup Search](https://github.com/LinkupPlatform/langchain-linkup)                                                     | 2000 free searches/month                    | URL, Content, Sources                                                                          |
| [Octen](https://docs.octen.ai)                                                                                          | Paid                                        | Title, URL, highlight, authors, time\_published                                                |
| [Mixpeek](https://docs.mixpeek.com/agent-integrations/langchain)                                                        | Free tier available                         | Multimodal search results (video, image, audio, document)                                      |
| [Nia Toolkit](https://github.com/nozomio-labs/nia-langchain)                                                            | Free tier available                         | Code, Docs, Metadata, Sources                                                                  |
| [Nimble Search](https://docs.nimbleway.com/integrations/connectors/langchain)                                           | Free trial available                        | URL, Content, Title                                                                            |
| [Nimble Web Search Agents](https://docs.nimbleway.com/integrations/connectors/langchain#agent-api-v2-web-search-agents) | Free trial available                        | Research answer, Sources                                                                       |
| [Parallel Search](/oss/python/integrations/tools/parallel_search)                                                       | Paid                                        | URL, Title, Excerpts                                                                           |
| [Perplexity Search](/oss/python/integrations/tools/perplexity_search)                                                   | Paid (with monthly free tier)               | URL, Title, Snippet, Date, Last Updated                                                        |
| [Search1API Search](https://www.search1api.com/docs/integrations/langchain#search)                                      | 100 free credits on sign up, no credit card | URL, Title, Snippet, Content, Images                                                           |
| [SearchApi](https://www.searchapi.io/docs/google)                                                                       | 100 free searches/month                     | URL, Snippet, Title, Answer Box, Knowledge Graph                                               |
| [Scavio](https://scavio.dev/docs/langchain)                                                                             | 50 free credits to start                    | URL, Title, Snippet, Knowledge Graph, Products, Videos, Transcripts, Social posts and profiles |
| [SERPdive](https://serpdive.com/docs)                                                                                   | 1000 free credits/month                     | URL, Title, Date, Page Content, Answer                                                         |
| [TalorData SERP](https://www.talordata.com/docs)                                                                        | Paid                                        | Title, URL, snippet, position, knowledge graph, answer box, AI overview                        |
| [Tavily Search](/oss/python/integrations/tools/tavily_search)                                                           | 1000 free searches/month                    | URL, Content, Title, Images, Answer                                                            |
| [Apify](https://docs.apify.com/platform/integrations/langchain)                                                         | Free tier, pay-per-use (varies by Actor)    | Actor output (varies by Actor)                                                                 |
| [Xpoz](https://www.xpoz.ai/docs)                                                                                        | Free tier available                         | Posts, user profiles, comments, engagement metrics (Twitter/X, Instagram, Reddit, TikTok)      |
| [You.com Search](https://you.com/docs/integrations/langchain)                                                           | \$100 in credits on sign up                 | URL, Title, Page Content                                                                       |
| [Querit](https://querit.com/docs)                                                                                       | 1000 free searches/month on sign up         | URL, Snippet, Title, Page\_Age, Site\_Name, Site\_Icon                                         |

## Code interpreter

The following table shows tools that can be used as code interpreters:

| Tool/Toolkit                                                                                                   | Supported Languages            | Sandbox Lifetime             | Supports File Uploads | Return Types        | Supports Self-Hosting |
| -------------------------------------------------------------------------------------------------------------- | ------------------------------ | ---------------------------- | --------------------- | ------------------- | --------------------- |
| [Amazon Bedrock AgentCore Code Interpreter](/oss/python/integrations/tools/bedrock_agentcore_code_interpreter) | Python, JavaScript, TypeScript | Configurable (up to 8 hours) | ✅                     | Text, Images, Files | ❌                     |
| [Azure Container Apps dynamic sessions](/oss/python/integrations/tools/azure_dynamic_sessions)                 | Python                         | 1 Hour                       | ✅                     | Text, Images        | ❌                     |
| [Capsule Code Interpreter](https://github.com/mavdol/langchain-capsule)                                        | Python, JavaScript             | Stateless or session-based   | ✅ (REPL tools)        | Text                | ✅                     |

## Productivity

The following table shows tools that can be used to automate tasks in productivity tools:

| Tool/Toolkit                                                      | Pricing                                                                                  |
| ----------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Gmail Toolkit](/oss/python/integrations/tools/google_gmail)      | Free, with limit of 250 quota units per user per second                                  |
| [GoodSender Toolkit](https://goodsender.com/docs)                 | Free tier (100,000 emails/month), no credit card required                                |
| [AgentLine Toolkit](https://docs.agentline.cloud)                 | $2/number one-time, $0.10/min calls, pay-as-you-go                                       |
| [AgentMail Toolkit](https://docs.agentmail.to/)                   | Free tier available, with [pay-as-you-go pricing](https://agentmail.to) after            |
| [AgenticEmail Toolkit](https://agenticemail.dev/docs)             | Free tier available, with [paid plans](https://agenticemail.dev/pricing) after           |
| [AgentPhone Toolkit](https://docs.agentphone.to)                  | Free tier available, with [pay-as-you-go pricing](https://agentphone.to) after           |
| [e2a](https://e2a.dev)                                            | Free tier available, with [flat-rate paid plans](https://e2a.dev) after                  |
| [ReplyLayer Toolkit](https://replylayer.ai/docs/guides/langchain) | Private beta: free sandbox trial, with [paid tiers](https://replylayer.ai/pricing) after |
| [Verifly](https://verifly.email/docs)                             | Free tier available                                                                      |

## Web browsing

The following table shows tools that can be used to automate tasks in web browsers:

| Tool/Toolkit                                                                                               | Pricing                                                     | Supports Interacting with the Browser |
| ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | ------------------------------------- |
| [AgentQL Toolkit](https://docs.agentql.com/)                                                               | Free trial, with pay-as-you-go and flat rate plans after    | ✅                                     |
| [Amazon Bedrock AgentCore Browser](/oss/python/integrations/tools/bedrock_agentcore_browser)               | Pay-per-use (AWS)                                           | ✅                                     |
| [AproxPay](https://github.com/aproxpay/langchain-aproxpay)                                                 | Pay-per-use via x402 (USDC on Base); no signup              | ❌ (fetch + CONNECT session pass)      |
| [BrightData Unlocker](https://docs.brightdata.com/scraping-automation/web-unlocker/introduction)           | Pay-as-you-go                                               | ❌                                     |
| [BrightData Web Scraper API](https://github.com/luminati-io/langchain-brightdata)                          | Pay-as-you-go                                               | ❌                                     |
| [Browserless](https://browserless.io)                                                                      | Free tier, with usage-based plans after                     | ✅                                     |
| [Ceki](https://ceki.me)                                                                                    | Self mode free; marketplace \$0.01/min USDC                 | ✅                                     |
| [Firecrawl](https://docs.firecrawl.dev)                                                                    | Free tier available                                         | ❌                                     |
| [Hyperbrowser Browser Agent Tools](https://docs.hyperbrowser.ai/)                                          | Free trial, with flat rate plans and pre-paid credits after | ✅                                     |
| [Hyperbrowser Web Scraping Tools](https://docs.hyperbrowser.ai/)                                           | Free trial, with flat rate plans and pre-paid credits after | ❌                                     |
| [Manifest](https://omfang.io/manifest-docs)                                                                | Free tier available                                         | ❌                                     |
| [MrScraper](https://docs.mrscraper.com)                                                                    | Paid                                                        | ❌                                     |
| [W2A](https://w2a-protocol.org/docs)                                                                       | Free (public endpoints)                                     | ❌                                     |
| [Nimble Extract](https://docs.nimbleway.com/integrations/connectors/langchain)                             | Free trial available                                        | ❌                                     |
| [Nimble Extract Templates](https://docs.nimbleway.com/integrations/connectors/langchain#extract-templates) | Free trial available                                        | ❌                                     |
| [Nimble Crawl and Map](https://docs.nimbleway.com/integrations/connectors/langchain#crawl-and-map)         | Free trial available                                        | ❌                                     |
| [NodeProxy](https://github.com/pgalyen1987/NodeProxy/tree/main/integrations)                               | \~\$0.002 USDC per parse (x402 on Base)                     | ❌                                     |
| [Oxylabs Web Scraper API](https://github.com/oxylabs/langchain-oxylabs)                                    | Free trial, with flat rate plans and pre-paid credits after | ❌                                     |
| [ProxyClaw](https://docs.proxyclaw.ai)                                                                     | Free tier available                                         | ❌                                     |
| [ProxyHat](https://docs.proxyhat.com)                                                                      | Paid                                                        | ❌                                     |
| [Skim](https://skim402.com/docs)                                                                           | Pay-per-use (\$0.002/read in USDC on Base)                  | ❌                                     |
| [Search1API Crawl](https://www.search1api.com/docs/integrations/langchain#crawl)                           | 100 free credits on sign up, no credit card                 | ❌                                     |
| [Spidra](https://docs.spidra.io)                                                                           | Free trial available                                        | ❌                                     |

## Database

The following table shows tools that can be used to automate tasks in databases:

| Tool/Toolkit                                                                          | Allowed Operations                                                         |
| ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| [MCP Toolbox](/oss/python/integrations/tools/mcp_toolbox)                             | Any SQL operation                                                          |
| [Drasi Toolkit](https://github.com/drasi-project/langchain-drasi)                     | Real-time database change detection                                        |
| [Sail SQL Toolkit](https://docs.lakesail.com/sail/main/guide/integrations/langchain/) | SQL query, schema listing, and query checking against Sail (Spark Connect) |
| [Stardog](https://github.com/stardog-union/stardog-langchain)                         | SPARQL SELECT and schema introspection                                     |

## Finance

The following table shows tools that can be used to execute financial transactions such as payments, purchases, and more:

| Tool/Toolkit                                                      | Pricing                      | Capabilities                                                                                                             |
| ----------------------------------------------------------------- | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| [Ampersend](https://docs.ampersend.ai)                            | Paid                         | Pay for and use remote AI agent services with automatic x402 payment handling.                                           |
| [FlipCoin](https://github.com/flipcoin-fun/flipcoin-langchain)    | Free                         | Trade YES/NO shares on prediction markets via LMSR AMM or CLOB order book.                                               |
| [Axiora](https://axiora.dev/docs)                                 | Free API key                 | Japanese listed-company financials from EDINET filings, health scores, screening, and English filing translations.       |
| [Delegare](https://docs.delegare.dev)                             | Paid                         | Authorize and execute multi-rail payments via AP2 mandates with built-in budget guardrails.                              |
| [DexPaprika](https://docs.dexpaprika.com)                         | Free (keyless)               | Search tokens, pools, and DEXes; read token market data, pool liquidity, and OHLCV price history across on-chain DEXes.  |
| [PaySafe](https://paysafe-agent.com)                              | Free for first 100 API calls | An x402 based firewall with automatic provenance tagging for prompt-injection detection.                                 |
| [Privy](/oss/python/integrations/tools/privy)                     | Free                         | Create wallets with configurable permissions and execute transactions with speed.                                        |
| [Toolstem](https://toolstem.com)                                  | \$0.01 USDC/call (x402)      | Financial intelligence and SEC EDGAR tools with pay-per-call x402 micropayments on Base.                                 |
| [Uniswap V2](https://github.com/Conrad-sudo/langchain-uniswap-v2) | Free                         | Get live Uniswap V2 swap quotes and prepare unsigned transactions for swaps, approvals, and liquidity, on any EVM chain. |

## AI Workflow Optimization

The following tools optimize AI Agent workflows by reducing token usage and enforcing structured SOPs:

| Tool/Toolkit                                                      | Pricing                  | Key Features                                                                                       |
| ----------------------------------------------------------------- | ------------------------ | -------------------------------------------------------------------------------------------------- |
| [HuangtingFlux](https://huangtingflux.com/integrations/langchain) | Free (public MCP server) | 40% token reduction via 3-stage SOP: input compression, rolling summarization, output refinement   |
| [ZeroGPU](https://docs.zerogpu.ai)                                | Usage-based              | Offload classification, summarization, extraction, and PII redaction to purpose-built small models |

## Integration platforms

The following platforms provide access to multiple tools and services through a unified interface:

| Tool/Toolkit                                             | Number of Integrations | Pricing             | Key Features                                                        |
| -------------------------------------------------------- | ---------------------- | ------------------- | ------------------------------------------------------------------- |
| [Composio](/oss/python/integrations/tools/composio)      | 500+                   | Free tier available | OAuth handling, event-driven workflows, multi-user support          |
| [Scalekit](https://docs.scalekit.com/agentkit/overview/) | 80+                    | Free tier available | Delegated OAuth, token vault, multi-user support, LangSmith tracing |

## Security

The following table shows tools that can be used for security-related tasks:

| Tool/Toolkit                                                    | Pricing                    | Capabilities                                                                                                                                             |
| --------------------------------------------------------------- | -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [URLCheck](https://urlcheck.dev)                                | 100 free requests/day      | Verify URL safety before agent navigation. Supports optional intent-aware risk analysis. Returns actionable access directives (ALLOW/DENY/RETRY\_LATER). |
| [Bidda](https://bidda.com/developers)                           | Free discovery tier        | Source-verified regulatory and compliance intelligence lookup with primary-source citations.                                                             |
| [AI Identity](https://ai-identity.co/docs)                      | Free tier available        | Per-agent cryptographic API keys, scoped policy enforcement, and tamper-evident audit logging via a gateway in front of tools and LLM calls.             |
| [RelayShield](https://api.relayshield.net/developers)           | Paid                       | MCP server registry-risk and prompt-injection-breach checks before high-impact agent actions.                                                            |
| [SidClaw](https://docs.sidclaw.com/docs/integrations/langchain) | Free hosted tier available | Policy evaluation, human approval workflows, and tamper-evident audit trails for LangChain tool calls.                                                   |
| [Tonic Textual](https://textual.tonic.ai)                       | Requires account           | Detect, extract, synthesize, or tokenize PII in text, JSON, HTML, and files.                                                                             |

## All tools and toolkits

<div class="integration-downloads-table">
  | Integration                                                                                                      | Downloads                                                                                                                                                                                                                                                                       |
  | :--------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | [`Google imagen`](/oss/python/integrations/tools/google_imagen)                                                  | <span data-sort-value="34000000"><a href="https://pypi.org/project/langchain-google-vertexai/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-google-vertexai/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>             |
  | [`BrowserToolkit`](/oss/python/integrations/tools/bedrock_agentcore_browser)                                     | <span data-sort-value="13000000"><a href="https://pypi.org/project/langchain-aws/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-aws/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                     |
  | [`CodeInterpreterToolkit`](/oss/python/integrations/tools/bedrock_agentcore_code_interpreter)                    | <span data-sort-value="13000000"><a href="https://pypi.org/project/langchain-aws/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-aws/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                     |
  | [`Gmail toolkit`](/oss/python/integrations/tools/google_gmail)                                                   | <span data-sort-value="11000000"><a href="https://pypi.org/project/langchain-google-community/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-google-community/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>           |
  | [`Google calendar toolkit`](/oss/python/integrations/tools/google_calendar)                                      | <span data-sort-value="11000000"><a href="https://pypi.org/project/langchain-google-community/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-google-community/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>           |
  | [`Google cloud text-to-speech`](/oss/python/integrations/tools/google_cloud_texttospeech)                        | <span data-sort-value="11000000"><a href="https://pypi.org/project/langchain-google-community/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-google-community/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>           |
  | [`Google search`](/oss/python/integrations/tools/google_search)                                                  | <span data-sort-value="11000000"><a href="https://pypi.org/project/langchain-google-community/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-google-community/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>           |
  | [`Databricks unity catalog (Uc)`](/oss/python/integrations/tools/databricks)                                     | <span data-sort-value="3000000"><a href="https://pypi.org/project/databricks-langchain/" target="_blank">  <img src="https://static.pepy.tech/badge/databricks-langchain/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                        |
  | [`Azure Logic Apps`](/oss/python/integrations/tools/azure_logic_apps)                                            | <span data-sort-value="795000"><a href="https://pypi.org/project/langchain-azure-ai/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-azure-ai/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                             |
  | [`Microsoft Foundry tools`](/oss/python/integrations/tools/azure_ai)                                             | <span data-sort-value="795000"><a href="https://pypi.org/project/langchain-azure-ai/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-azure-ai/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                             |
  | [`Microsoft Foundry Tools (formerly Azure AI Services) tools`](/oss/python/integrations/tools/azure_ai_services) | <span data-sort-value="795000"><a href="https://pypi.org/project/langchain-azure-ai/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-azure-ai/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                             |
  | [`Tavily crawl`](/oss/python/integrations/tools/tavily_crawl)                                                    | <span data-sort-value="760000"><a href="https://pypi.org/project/langchain-tavily/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-tavily/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                 |
  | [`Tavily extract`](/oss/python/integrations/tools/tavily_extract)                                                | <span data-sort-value="760000"><a href="https://pypi.org/project/langchain-tavily/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-tavily/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                 |
  | [`Tavily map`](/oss/python/integrations/tools/tavily_map)                                                        | <span data-sort-value="760000"><a href="https://pypi.org/project/langchain-tavily/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-tavily/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                 |
  | [`Tavily search`](/oss/python/integrations/tools/tavily_search)                                                  | <span data-sort-value="760000"><a href="https://pypi.org/project/langchain-tavily/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-tavily/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                 |
  | [`WatsonxSQLDatabaseToolkit`](/oss/python/integrations/tools/ibm_watsonx_sql)                                    | <span data-sort-value="674000"><a href="https://pypi.org/project/langchain-ibm/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-ibm/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                       |
  | [`WatsonxToolkit`](/oss/python/integrations/tools/ibm_watsonx)                                                   | <span data-sort-value="674000"><a href="https://pypi.org/project/langchain-ibm/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-ibm/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                       |
  | [`Perplexity search`](/oss/python/integrations/tools/perplexity_search)                                          | <span data-sort-value="353000"><a href="https://pypi.org/project/langchain-perplexity/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-perplexity/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                         |
  | [`Composio`](/oss/python/integrations/tools/composio)                                                            | <span data-sort-value="345000"><a href="https://pypi.org/project/composio-langchain/" target="_blank">  <img src="https://static.pepy.tech/badge/composio-langchain/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                             |
  | [`Exa search`](/oss/python/integrations/tools/exa_search)                                                        | <span data-sort-value="215000"><a href="https://pypi.org/project/langchain-exa/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-exa/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                       |
  | [`Oracle AI vector search generate summary`](/oss/python/integrations/tools/oracleai)                            | <span data-sort-value="147000"><a href="https://pypi.org/project/langchain-oracledb/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-oracledb/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                             |
  | [`Azure container apps dynamic sessions`](/oss/python/integrations/tools/azure_dynamic_sessions)                 | <span data-sort-value="100000"><a href="https://pypi.org/project/langchain-azure-dynamic-sessions/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-azure-dynamic-sessions/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span> |
  | [`Upstage groundedness check`](/oss/python/integrations/tools/upstage_groundedness_check)                        | <span data-sort-value="49000"><a href="https://pypi.org/project/langchain-upstage/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-upstage/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                |
  | [`Scalekit`](https://docs.scalekit.com/agentkit/overview/)                                                       | <span data-sort-value="38000"><a href="https://pypi.org/project/scalekit-sdk-python/" target="_blank">  <img src="https://static.pepy.tech/badge/scalekit-sdk-python/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`Memory`](https://github.com/skynetcmd/m3-memory/blob/main/docs/integrations/LANGCHAIN.md)                      | <span data-sort-value="25000"><a href="https://pypi.org/project/m3-memory/" target="_blank">  <img src="https://static.pepy.tech/badge/m3-memory/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                                |
  | [`MemgraphToolkit`](https://github.com/memgraph/langchain-memgraph)                                              | <span data-sort-value="24000"><a href="https://pypi.org/project/langchain-memgraph/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-memgraph/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                              |
  | [`ApifyActorsTool`](https://docs.apify.com/integrations/langchain)                                               | <span data-sort-value="23000"><a href="https://pypi.org/project/langchain-apify/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-apify/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                    |
  | [`SmartScraperTool`](https://github.com/ScrapeGraphAI/langchain-scrapegraph)                                     | <span data-sort-value="22000"><a href="https://pypi.org/project/langchain-scrapegraph/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-scrapegraph/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                        |
  | [`Mcp toolbox for databases`](/oss/python/integrations/tools/mcp_toolbox)                                        | <span data-sort-value="11000"><a href="https://pypi.org/project/toolbox-langchain/" target="_blank">  <img src="https://static.pepy.tech/badge/toolbox-langchain/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                |
  | [`AdeuToolkit`](https://adeu.ai)                                                                                 | <span data-sort-value="8000"><a href="https://pypi.org/project/langchain-adeu/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-adeu/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                       |
  | [`Brightdataserp`](https://docs.brightdata.com/scraping-automation/serp-api/introduction)                        | <span data-sort-value="8000"><a href="https://pypi.org/project/langchain-brightdata/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-brightdata/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                           |
  | [`Brightdataunlocker`](https://docs.brightdata.com/scraping-automation/web-unlocker/introduction)                | <span data-sort-value="8000"><a href="https://pypi.org/project/langchain-brightdata/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-brightdata/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                           |
  | [`Brightdatawebscraperapi`](https://github.com/luminati-io/langchain-brightdata)                                 | <span data-sort-value="8000"><a href="https://pypi.org/project/langchain-brightdata/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-brightdata/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                           |
  | [`e2a`](https://e2a.dev)                                                                                         | <span data-sort-value="6000"><a href="https://pypi.org/project/e2a/" target="_blank">  <img src="https://static.pepy.tech/badge/e2a/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                                             |
  | [`StripeAgentToolkit`](/oss/python/integrations/tools/stripe)                                                    | <span data-sort-value="6000"><a href="https://pypi.org/project/stripe-agent-toolkit/" target="_blank">  <img src="https://static.pepy.tech/badge/stripe-agent-toolkit/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                           |
  | [`Parallel extract`](/oss/python/integrations/tools/parallel_extract)                                            | <span data-sort-value="5000"><a href="https://pypi.org/project/langchain-parallel/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-parallel/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                               |
  | [`Parallel FindAll`](/oss/python/integrations/tools/parallel_findall)                                            | <span data-sort-value="5000"><a href="https://pypi.org/project/langchain-parallel/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-parallel/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                               |
  | [`Parallel Monitor`](/oss/python/integrations/tools/parallel_monitor)                                            | <span data-sort-value="5000"><a href="https://pypi.org/project/langchain-parallel/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-parallel/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                               |
  | [`Parallel search`](/oss/python/integrations/tools/parallel_search)                                              | <span data-sort-value="5000"><a href="https://pypi.org/project/langchain-parallel/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-parallel/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                               |
  | [`Parallel Task API`](/oss/python/integrations/tools/parallel_task)                                              | <span data-sort-value="5000"><a href="https://pypi.org/project/langchain-parallel/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-parallel/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                               |
  | [`LinkupSearchTool`](https://github.com/LinkupPlatform/langchain-linkup)                                         | <span data-sort-value="4000"><a href="https://pypi.org/project/langchain-linkup/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-linkup/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                   |
  | [`Cdp agentkit toolkit`](/oss/python/integrations/tools/cdp_agentkit)                                            | <span data-sort-value="3000"><a href="https://pypi.org/project/coinbase-agentkit-langchain/" target="_blank">  <img src="https://static.pepy.tech/badge/coinbase-agentkit-langchain/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>             |
  | [`Compass defi toolkit`](https://pypi.org/project/langchain-compass/)                                            | <span data-sort-value="3000"><a href="https://pypi.org/project/langchain-compass/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-compass/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                 |
  | [`Google drive`](/oss/python/integrations/tools/google_drive)                                                    | <span data-sort-value="3000"><a href="https://pypi.org/project/langchain-googledrive/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-googledrive/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                         |
  | [`Taiga`](https://github.com/Shikenso-Analytics/langchain-taiga)                                                 | <span data-sort-value="3000"><a href="https://pypi.org/project/langchain-taiga/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-taiga/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                     |
  | [`DaytonaDataAnalysisTool`](https://github.com/daytonaio/daytona)                                                | <span data-sort-value="2000"><a href="https://pypi.org/project/langchain-daytona-data-analysis/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-daytona-data-analysis/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>     |
  | [`GraphTool`](https://dev.writer.com/home/introduction)                                                          | <span data-sort-value="2000"><a href="https://pypi.org/project/langchain-writer/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-writer/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                   |
  | [`HindsightTools`](https://docs.hindsight.vectorize.io/sdks/integrations/langgraph)                              | <span data-sort-value="2000"><a href="https://pypi.org/project/hindsight-langgraph/" target="_blank">  <img src="https://static.pepy.tech/badge/hindsight-langgraph/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                             |
  | [`NimbleExtractTool`](https://docs.nimbleway.com/integrations/connectors/langchain)                              | <span data-sort-value="2000"><a href="https://pypi.org/project/langchain-nimble/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-nimble/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                   |
  | [`NimbleSearchTool`](https://docs.nimbleway.com/integrations/connectors/langchain)                               | <span data-sort-value="2000"><a href="https://pypi.org/project/langchain-nimble/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-nimble/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                   |
  | [`Scavio`](https://scavio.dev/docs/langchain)                                                                    | <span data-sort-value="674"><a href="https://pypi.org/project/langchain-scavio/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-scavio/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                    |
  | [`Lians`](https://www.lians.ai)                                                                                  | <span data-sort-value="1045"><a href="https://pypi.org/project/lians-sdk/" target="_blank">  <img src="https://static.pepy.tech/badge/lians-sdk/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                                 |
  | [`Ads4gpts`](https://github.com/ADS4GPTs/ads4gpts)                                                               | <span data-sort-value="1000"><a href="https://pypi.org/project/ads4gpts-langchain/" target="_blank">  <img src="https://static.pepy.tech/badge/ads4gpts-langchain/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                               |
  | [`Manifest`](https://omfang.io/manifest-docs)                                                                    | <span data-sort-value="1000"><a href="https://pypi.org/project/manifest-api/" target="_blank">  <img src="https://static.pepy.tech/badge/manifest-api/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                           |
  | [`Salesforce`](https://github.com/colesmcintosh/langchain-salesforce)                                            | <span data-sort-value="1000"><a href="https://pypi.org/project/langchain-salesforce/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-salesforce/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                           |
  | [`SerpdiveSearch`](https://serpdive.com/docs)                                                                    | <span data-sort-value="1000"><a href="https://pypi.org/project/langchain-serpdive/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-serpdive/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                               |
  | [`TalorDataSerpTool`](https://docs.talordata.com)                                                                | <span data-sort-value="1000"><a href="https://pypi.org/project/langchain-talordata/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-talordata/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                             |
  | [`You.com search`](https://you.com/docs/integrations/langchain)                                                  | <span data-sort-value="1334"><a href="https://pypi.org/project/langchain-youdotcom/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-youdotcom/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                             |
  | [`CrustAPISearch`](https://crustapi.com/docs)                                                                    | <span data-sort-value="990"><a href="https://pypi.org/project/langchain-crustapi/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-crustapi/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                |
  | [`ProxyHatFetchTool`](https://docs.proxyhat.com)                                                                 | <span data-sort-value="987"><a href="https://pypi.org/project/langchain-proxyhat/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-proxyhat/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                |
  | [`OptionsAhoy`](https://optionsahoy.com/for-agents)                                                              | <span data-sort-value="954"><a href="https://pypi.org/project/optionsahoy-langchain/" target="_blank">  <img src="https://static.pepy.tech/badge/optionsahoy-langchain/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                          |
  | [`Opedd`](https://opedd.com/for-ai-agents)                                                                       | <span data-sort-value="947"><a href="https://pypi.org/project/langchain-opedd/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-opedd/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                      |
  | [`SpidraScrape`](https://docs.spidra.io)                                                                         | <span data-sort-value="890"><a href="https://pypi.org/project/langchain-spidra/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-spidra/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                    |
  | [`Prolog`](https://langchain-prolog.readthedocs.io/en/stable/)                                                   | <span data-sort-value="884"><a href="https://pypi.org/project/langchain-prolog/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-prolog/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                    |
  | [`Ampersend`](https://docs.ampersend.ai)                                                                         | <span data-sort-value="795"><a href="https://pypi.org/project/langchain-ampersend/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-ampersend/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                              |
  | [`RelayShield`](https://api.relayshield.net/developers)                                                          | <span data-sort-value="763"><a href="https://pypi.org/project/langchain-relayshield/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-relayshield/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                          |
  | [`UnstructuredTransformToolkit`](/oss/python/integrations/tools/unstructured_transform)                          | <span data-sort-value="706"><a href="https://pypi.org/project/langchain-unstructured-transform/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-unstructured-transform/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>    |
  | [`PerseusVaultToolkit`](https://github.com/Perseus-Computing-LLC/langchain-perseus-vault)                        | <span data-sort-value="593"><a href="https://pypi.org/project/langchain-perseus-vault/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-perseus-vault/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                      |
  | [`ReplyLayerToolkit`](https://replylayer.ai/docs/guides/langchain)                                               | <span data-sort-value="560"><a href="https://pypi.org/project/langchain-replylayer/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-replylayer/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`Mixpeek`](https://mixpeek.com/docs/agent-integrations/langchain)                                               | <span data-sort-value="552"><a href="https://pypi.org/project/langchain-mixpeek/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-mixpeek/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`UniswapV2Toolkit`](https://github.com/Conrad-sudo/langchain-uniswap-v2)                                        | <span data-sort-value="549"><a href="https://pypi.org/project/langchain-uniswap-v2/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-uniswap-v2/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`AgenticEmailToolkit`](https://agenticemail.dev/docs)                                                           | <span data-sort-value="537"><a href="https://pypi.org/project/langchain-agenticemail/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-agenticemail/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                        |
  | [`Synap`](https://www.maximem.ai/)                                                                               | <span data-sort-value="517"><a href="https://pypi.org/project/maximem-synap-langchain/" target="_blank">  <img src="https://static.pepy.tech/badge/maximem-synap-langchain/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                      |
  | [`Hyperbrowser browser agent`](https://www.hyperbrowser.ai/docs/home)                                            | <span data-sort-value="516"><a href="https://pypi.org/project/langchain-hyperbrowser/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-hyperbrowser/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                        |
  | [`Hyperbrowser web scraping`](https://www.hyperbrowser.ai/docs/home)                                             | <span data-sort-value="516"><a href="https://pypi.org/project/langchain-hyperbrowser/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-hyperbrowser/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                        |
  | [`AgentFetch`](https://www.agentfetch.dev)                                                                       | <span data-sort-value="474"><a href="https://pypi.org/project/langchain-agentfetch/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-agentfetch/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`NodeProxyMarkdownTool`](https://github.com/pgalyen1987/NodeProxy/tree/main/integrations)                       | <span data-sort-value="444"><a href="https://pypi.org/project/nodeproxy-tools/" target="_blank">  <img src="https://static.pepy.tech/badge/nodeproxy-tools/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                      |
  | [`Claw Messenger`](https://www.clawmessenger.com/blog/langchain-imessage-integration)                            | <span data-sort-value="441"><a href="https://pypi.org/project/langchain-claw-messenger/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-claw-messenger/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                    |
  | [`AproxPayProxyGetTool`](https://github.com/aproxpay/langchain-aproxpay)                                         | <span data-sort-value="409"><a href="https://pypi.org/project/langchain-aproxpay/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-aproxpay/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                |
  | [`Search1API Toolkit`](https://www.search1api.com/docs/integrations/langchain)                                   | <span data-sort-value="402"><a href="https://pypi.org/project/search1api-langchain/" target="_blank">  <img src="https://static.pepy.tech/badge/search1api-langchain/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`MrScraperToolkit`](https://docs.mrscraper.com)                                                                 | <span data-sort-value="384"><a href="https://pypi.org/project/langchain-mrscraper/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-mrscraper/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                              |
  | [`Anchor browser`](https://docs.anchorbrowser.io/introduction)                                                   | <span data-sort-value="366"><a href="https://pypi.org/project/langchain-anchorbrowser/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-anchorbrowser/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                      |
  | [`KeenableSearch`](https://docs.keenable.ai)                                                                     | <span data-sort-value="365"><a href="https://pypi.org/project/langchain-keenable/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-keenable/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                |
  | [`Valyucontext`](https://docs.valyu.ai/home)                                                                     | <span data-sort-value="355"><a href="https://pypi.org/project/langchain-valyu/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-valyu/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                      |
  | [`ScraperAPI`](https://docs.scraperapi.com/)                                                                     | <span data-sort-value="348"><a href="https://pypi.org/project/langchain-scraperapi/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-scraperapi/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`Xpoz`](https://www.xpoz.ai/docs)                                                                               | <span data-sort-value="333"><a href="https://pypi.org/project/langchain-xpoz/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-xpoz/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                        |
  | [`SuperColony`](https://github.com/TheSuperColony/langchain-supercolony)                                         | <span data-sort-value="319"><a href="https://pypi.org/project/langchain-supercolony/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-supercolony/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                          |
  | [`Dappier`](https://docs.dappier.com/)                                                                           | <span data-sort-value="314"><a href="https://pypi.org/project/langchain-dappier/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-dappier/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`Discord`](/oss/python/integrations/tools/discord)                                                              | <span data-sort-value="305"><a href="https://pypi.org/project/langchain-discord/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-discord/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`Tableau`](/oss/python/integrations/tools/tableau)                                                              | <span data-sort-value="305"><a href="https://pypi.org/project/langchain-tableau/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-tableau/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`Naver search`](https://github.com/e7217/langchain-naver-community)                                             | <span data-sort-value="304"><a href="https://pypi.org/project/langchain-naver-community/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-naver-community/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                  |
  | [`Fmp data`](https://github.com/MehdiZare/langchain-fmp-data)                                                    | <span data-sort-value="282"><a href="https://pypi.org/project/langchain-fmp-data/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-fmp-data/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                |
  | [`Capsule`](https://github.com/mavdol/langchain-capsule)                                                         | <span data-sort-value="273"><a href="https://pypi.org/project/langchain-capsule/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-capsule/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`cloro`](https://cloro.dev/docs/)                                                                               | <span data-sort-value="262"><a href="https://pypi.org/project/langchain-cloro/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-cloro/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                      |
  | [`SkimReader`](https://skim402.com/docs)                                                                         | <span data-sort-value="257"><a href="https://pypi.org/project/langchain-skim/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-skim/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                        |
  | [`Agentql`](https://docs.agentql.com/home)                                                                       | <span data-sort-value="250"><a href="https://pypi.org/project/langchain-agentql/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-agentql/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`SpiceDB Permission Tools`](https://github.com/authzed/langchain-spicedb)                                       | <span data-sort-value="248"><a href="https://pypi.org/project/langchain-spicedb/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-spicedb/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`RustChainToolkit`](https://github.com/Scottcjn/langchain-rustchain)                                            | <span data-sort-value="243"><a href="https://pypi.org/project/langchain-rustchain-tools/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-rustchain-tools/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                  |
  | [`Tonic Textual`](https://textual.tonic.ai)                                                                      | <span data-sort-value="232"><a href="https://pypi.org/project/langchain-textual/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-textual/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`Valthera`](https://github.com/valthera/langchain-valthera)                                                     | <span data-sort-value="223"><a href="https://pypi.org/project/langchain-valthera/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-valthera/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                |
  | [`Firecrawl`](https://docs.firecrawl.dev)                                                                        | <span data-sort-value="223"><a href="https://pypi.org/project/langchain-firecrawl/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-firecrawl/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                              |
  | [`Oxylabs`](https://github.com/oxylabs/langchain-oxylabs)                                                        | <span data-sort-value="221"><a href="https://pypi.org/project/langchain-oxylabs/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-oxylabs/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`Synmerco`](https://synmerco.com/docs)                                                                          | <span data-sort-value="220"><a href="https://pypi.org/project/synmerco-langchain/" target="_blank">  <img src="https://static.pepy.tech/badge/synmerco-langchain/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                |
  | [`GracefulFailTool`](https://selfheal.dev/docs)                                                                  | <span data-sort-value="219"><a href="https://pypi.org/project/graceful-fail/" target="_blank">  <img src="https://static.pepy.tech/badge/graceful-fail/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                          |
  | [`Jenkins`](https://github.com/Amitgb14/langchain_jenkins)                                                       | <span data-sort-value="218"><a href="https://pypi.org/project/langchain-jenkins/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-jenkins/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`Privy`](/oss/python/integrations/tools/privy)                                                                  | <span data-sort-value="213"><a href="https://pypi.org/project/langchain-privy/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-privy/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                      |
  | [`Synoppy`](https://synoppy.com/docs)                                                                            | <span data-sort-value="210"><a href="https://pypi.org/project/langchain-synoppy/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-synoppy/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`Permit`](https://github.com/permitio/langchain-permit)                                                         | <span data-sort-value="206"><a href="https://pypi.org/project/langchain-permit/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-permit/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                    |
  | [`SearchApiSearch`](https://www.searchapi.io/docs/google)                                                        | <span data-sort-value="204"><a href="https://pypi.org/project/langchain-searchapi/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-searchapi/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                              |
  | [`iFlow Search`](https://platform.iflow.cn/)                                                                     | <span data-sort-value="196"><a href="https://pypi.org/project/iflow-search-langchain/" target="_blank">  <img src="https://static.pepy.tech/badge/iflow-search-langchain/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                        |
  | [`OpenGradientToolkit`](https://docs.opengradient.ai/)                                                           | <span data-sort-value="192"><a href="https://pypi.org/project/langchain-opengradient/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-opengradient/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                        |
  | [`Instanode`](https://instanode.dev/docs)                                                                        | <span data-sort-value="191"><a href="https://pypi.org/project/langchain-instanode/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-instanode/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                              |
  | [`Cosmergon`](https://cosmergon.com)                                                                             | <span data-sort-value="190"><a href="https://pypi.org/project/langchain-cosmergon/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-cosmergon/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                              |
  | [`OctenSearchResults`](https://docs.octen.ai)                                                                    | <span data-sort-value="190"><a href="https://pypi.org/project/langchain-octen/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-octen/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                      |
  | [`W2A`](https://w2a-protocol.org/)                                                                               | <span data-sort-value="190"><a href="https://pypi.org/project/langchain-w2a/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-w2a/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                          |
  | [`Vectara`](https://github.com/vectara/langchain-vectara)                                                        | <span data-sort-value="189"><a href="https://pypi.org/project/langchain-vectara/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-vectara/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`AgentLineToolkit`](https://docs.agentline.cloud/introduction)                                                  | <span data-sort-value="188"><a href="https://pypi.org/project/langchain-agentline/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-agentline/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                              |
  | [`VeriflyEmailVerifier`](https://verifly.email/docs)                                                             | <span data-sort-value="186"><a href="https://pypi.org/project/langchain-verifly/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-verifly/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`SidClawToolkit`](https://docs.sidclaw.com/docs/integrations/langchain)                                         | <span data-sort-value="183"><a href="https://pypi.org/project/langchain-sidclaw/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-sidclaw/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`SibflyGroundMotion`](https://sibfly.com)                                                                       | <span data-sort-value="182"><a href="https://pypi.org/project/langchain-sibfly/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-sibfly/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                    |
  | [`Stardog`](https://github.com/stardog-union/stardog-langchain)                                                  | <span data-sort-value="178"><a href="https://pypi.org/project/langchain-stardog/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-stardog/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`Lumify Sports Intelligence`](https://lumify.ai/docs/ai)                                                        | <span data-sort-value="176"><a href="https://pypi.org/project/langchain-lumify/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-lumify/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                    |
  | [`SignatrustGenerateReceiptTool`](https://signatrust.net/docs/api)                                               | <span data-sort-value="167"><a href="https://pypi.org/project/langchain-signatrust/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-signatrust/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`URLCheck`](https://preclick.ai/)                                                                               | <span data-sort-value="165"><a href="https://pypi.org/project/langchain-urlcheck/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-urlcheck/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                |
  | [`CekiToolkit`](https://ceki.me)                                                                                 | <span data-sort-value="162"><a href="https://pypi.org/project/langchain-ceki/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-ceki/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                        |
  | [`FlowSpeechTextToSpeechTool`](https://flowspeech.io/docs)                                                       | <span data-sort-value="158"><a href="https://pypi.org/project/langchain-flowspeech/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-flowspeech/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`AgentMail Toolkit`](https://docs.agentmail.to/welcome)                                                         | <span data-sort-value="158"><a href="https://pypi.org/project/langchain-agentmail/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-agentmail/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                              |
  | [`BiddaComplianceTool`](https://bidda.com/developers)                                                            | <span data-sort-value="157"><a href="https://pypi.org/project/langchain-bidda/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-bidda/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                      |
  | [`ZeroGPUToolkit`](https://docs.zerogpu.ai)                                                                      | <span data-sort-value="157"><a href="https://pypi.org/project/langchain-zerogpu/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-zerogpu/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`DexPaprikaToolkit`](https://docs.dexpaprika.com)                                                               | <span data-sort-value="156"><a href="https://pypi.org/project/langchain-dexpaprika/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-dexpaprika/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`GoodSender Toolkit`](https://goodsender.com/docs)                                                              | <span data-sort-value="155"><a href="https://pypi.org/project/langchain-goodsender/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-goodsender/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`PaySafe`](https://paysafe-agent.com)                                                                           | <span data-sort-value="151"><a href="https://pypi.org/project/langchain-paysafe/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-paysafe/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`NiaToolkit`](https://github.com/nozomio-labs/nia-langchain)                                                    | <span data-sort-value="151"><a href="https://pypi.org/project/langchain-nia/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-nia/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                          |
  | [`AgentPhone Toolkit`](https://docs.agentphone.ai/welcome)                                                       | <span data-sort-value="150"><a href="https://pypi.org/project/langchain-agentphone/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-agentphone/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`Anakin`](https://anakin.io/docs/documentation)                                                                 | <span data-sort-value="146"><a href="https://pypi.org/project/langchain-anakin/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-anakin/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                    |
  | [`Querit`](https://querit.com/docs)                                                                              | <span data-sort-value="134"><a href="https://pypi.org/project/langchain-querit/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-querit/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                    |
  | [`Delegare`](https://docs.delegare.dev/introduction)                                                             | <span data-sort-value="130"><a href="https://pypi.org/project/langchain-delegare/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-delegare/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                |
  | [`GoodMemToolkit`](https://docs.goodmem.ai)                                                                      | <span data-sort-value="130"><a href="https://pypi.org/project/langchain-goodmem/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-goodmem/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`AIIdentityToolkit`](https://ai-identity.co/docs)                                                               | <span data-sort-value="128"><a href="https://pypi.org/project/langchain-ai-identity/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-ai-identity/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                          |
  | [`Tilores`](https://github.com/tilotech/tilores-langchain)                                                       | <span data-sort-value="128"><a href="https://pypi.org/project/tilores-langchain/" target="_blank">  <img src="https://static.pepy.tech/badge/tilores-langchain/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`ProxyClaw`](https://proxyclaw.ai/docs)                                                                         | <span data-sort-value="127"><a href="https://pypi.org/project/langchain-proxyclaw/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-proxyclaw/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                              |
  | [`UniRate`](https://unirateapi.com)                                                                              | <span data-sort-value="127"><a href="https://pypi.org/project/langchain-unirate/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-unirate/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`CambToolkit`](https://docs.camb.ai/introduction)                                                               | <span data-sort-value="124"><a href="https://pypi.org/project/langchain-camb/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-camb/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                        |
  | [`Synap DocuAnalyzer`](https://github.com/synapsoft-DA/langchain-synapsoft)                                      | <span data-sort-value="123"><a href="https://pypi.org/project/langchain-synapsoft/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-synapsoft/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                              |
  | [`Drasi`](https://github.com/drasi-project/langchain-drasi)                                                      | <span data-sort-value="120"><a href="https://pypi.org/project/langchain-drasi/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-drasi/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                      |
  | [`DynamicFeed`](https://dynamicfeed.ai/integrations)                                                             | <span data-sort-value="120"><a href="https://pypi.org/project/dynamicfeed-tools/" target="_blank">  <img src="https://static.pepy.tech/badge/dynamicfeed-tools/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                  |
  | [`SailSQLToolkit`](https://docs.lakesail.com/sail/main/guide/integrations/langchain/)                            | <span data-sort-value="119"><a href="https://pypi.org/project/langchain-sail/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-sail/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                        |
  | [`MuAPI`](https://muapi.ai/docs/introduction)                                                                    | <span data-sort-value="116"><a href="https://pypi.org/project/muapi-langchain/" target="_blank">  <img src="https://static.pepy.tech/badge/muapi-langchain/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                      |
  | [`Bodo DataFrames`](https://docs.bodo.ai/)                                                                       | <span data-sort-value="113"><a href="https://pypi.org/project/langchain-bodo/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-bodo/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                        |
  | [`ScrapelessCrawlerScrapeTool`](https://github.com/scrapeless-ai/langchain-scrapeless)                           | <span data-sort-value="108"><a href="https://pypi.org/project/langchain-scrapeless/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-scrapeless/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`ScrapelessDeepSerpGoogleSearchTool`](https://github.com/scrapeless-ai/langchain-scrapeless)                    | <span data-sort-value="108"><a href="https://pypi.org/project/langchain-scrapeless/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-scrapeless/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`ScrapelessUniversalScrapingTool`](https://github.com/scrapeless-ai/langchain-scrapeless)                       | <span data-sort-value="108"><a href="https://pypi.org/project/langchain-scrapeless/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-scrapeless/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                            |
  | [`Blindfold`](https://docs.blindfold.dev)                                                                        | <span data-sort-value="99"><a href="https://pypi.org/project/langchain-blindfold/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-blindfold/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                               |
  | [`SkillLiteTool`](https://github.com/EXboys/langchain-skilllite)                                                 | <span data-sort-value="90"><a href="https://pypi.org/project/langchain-skilllite/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-skilllite/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                               |
  | [`ModexiaToolkit`](https://modexia.software/docs)                                                                | <span data-sort-value="81"><a href="https://pypi.org/project/langchain-modexia/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-modexia/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                   |
  | [`SnapRender`](https://snap-render.com)                                                                          | <span data-sort-value="81"><a href="https://pypi.org/project/langchain-snaprender/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-snaprender/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                             |
  | [`AxioraToolkit`](https://axiora.dev/docs)                                                                       | <span data-sort-value="60"><a href="https://pypi.org/project/langchain-axiora/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-axiora/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                     |
  | [`PolarisSearchTool`](https://github.com/Veroq-ai/polaris-sdks/tree/main/python/langchain_polaris)               | <span data-sort-value="60"><a href="https://pypi.org/project/langchain-polaris/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-polaris/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                   |
  | [`pr402`](https://docs.ipay.sh)                                                                                  | <span data-sort-value="36"><a href="https://pypi.org/project/langchain-pr402/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-pr402/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                       |
  | [`FlipCoinToolkit`](https://github.com/flipcoin-fun/flipcoin-langchain)                                          | <span data-sort-value="25"><a href="https://pypi.org/project/langchain-flipcoin/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-flipcoin/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                 |
  | [`KeiroSearchTool`](https://github.com/Keirolabs-API/langchain-keiro)                                            | <span data-sort-value="24"><a href="https://pypi.org/project/langchain-keiro/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-keiro/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                       |
  | [`PinchworkDelegateTaskTool`](https://pinchwork.dev)                                                             | <span data-sort-value="54"><a href="https://pypi.org/project/pinchwork/" target="_blank">  <img src="https://static.pepy.tech/badge/pinchwork/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                                   |
  | [`KerqTrustTool`](https://kerq.dev/docs)                                                                         | <span data-sort-value="41"><a href="https://pypi.org/project/langchain-kerq/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-kerq/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                         |
  | [`Toolstem`](https://toolstem.com)                                                                               | <span data-sort-value="32"><a href="https://pypi.org/project/langchain-toolstem/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-toolstem/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                 |
  | [`Hlido`](https://hlido.eu/docs/)                                                                                | <span data-sort-value="0"><a href="https://pypi.org/project/hlido-langchain/" target="_blank">  <img src="https://static.pepy.tech/badge/hlido-langchain/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                        |
  | [`Browserless`](https://browserless.io)                                                                          | <span data-sort-value="-1">N/A</span>                                                                                                                                                                                                                                           |
  | [`HuangtingFlux`](https://huangtingflux.com/integrations/langchain)                                              | <span data-sort-value="-1">N/A</span>                                                                                                                                                                                                                                           |
  | [`Robocorp toolkit`](https://github.com/robocorp/robocorp)                                                       | <span data-sort-value="-1">N/A</span>                                                                                                                                                                                                                                           |
</div>

<Info>
  If you'd like to contribute an integration, see [Contributing integrations](/oss/python/contributing#add-a-new-integration).
</Info>

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/tools/index.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
