ThirdWeb MCP Server for LangChainGive LangChain instant access to 29 tools to Broadcast Solana Transaction, Complete Auth, Create Solana Wallet, and more
LangChain is the leading Python framework for composable LLM applications. Connect ThirdWeb through Vinkius and LangChain agents can call every tool natively. combine them with retrievers, memory, and output parsers for sophisticated AI pipelines.
Ask AI about this MCP Server for LangChain
The ThirdWeb MCP Server for LangChain is a standout in the Developer Tools category — giving your AI agent 29 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from langchain_mcp_adapters.client import MultiServerMCPClient
from langchain_openai import ChatOpenAI
from langgraph.prebuilt import create_react_agent
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
async with MultiServerMCPClient({
"thirdweb": {
"transport": "streamable_http",
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
}
}) as client:
tools = client.get_tools()
agent = create_react_agent(
ChatOpenAI(model="gpt-4o"),
tools,
)
response = await agent.ainvoke({
"messages": [{
"role": "user",
"content": "Using ThirdWeb, show me what tools are available.",
}]
})
print(response["messages"][-1].content)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About ThirdWeb MCP Server
Connect your ThirdWeb account to any AI agent to build and manage Web3 applications through natural language. This server provides a comprehensive suite of tools for blockchain interaction and identity management.
LangChain's ecosystem of 500+ components combines seamlessly with ThirdWeb through native MCP adapters. Connect 29 tools via Vinkius and use ReAct agents, Plan-and-Execute strategies, or custom agent architectures. with LangSmith tracing giving full visibility into every tool call, latency, and token cost.
What you can do
- Authentication & Identity — Handle email, SMS, social, and passkey logins. Link multiple social profiles to a single wallet address using
initiate_authandlink_profile. - Wallet Management — Retrieve authenticated user details, search for users by address or email, and pre-generate wallets for new users via
get_user_detailsandpregenerate_wallet. - Smart Contract Interaction — Execute read-only multicalls or state-changing transactions across any supported chain using
read_contractandwrite_contract. - Event Monitoring — Query historical contract events with advanced filtering for data analysis using
query_events.
The ThirdWeb MCP Server exposes 29 tools through the Vinkius. Connect it to LangChain in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 29 ThirdWeb tools available for LangChain
When LangChain connects to ThirdWeb through Vinkius, your AI agent gets direct access to every tool listed below — spanning web3, smart-contracts, wallet-management, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Broadcast solana transaction on ThirdWeb
Broadcast a transaction on Solana
Complete auth on ThirdWeb
Verify challenge and complete login
Create solana wallet on ThirdWeb
Create a Solana wallet
Deploy contract on ThirdWeb
Deploy a contract using bytecode and ABI
Execute solana swap on ThirdWeb
Execute a token swap on Solana Mainnet
Fetch with payment on ThirdWeb
Proxy a request to a paid API using x402
Get payment requirements on ThirdWeb
Generate payment requirements for a resource (x402)
Get solana balance on ThirdWeb
Get Solana wallet balance
Get solana swap quote on ThirdWeb
Get a token swap quote on Solana Mainnet
Get transaction status on ThirdWeb
Get status of a transaction
Get user details on ThirdWeb
Search for users in your project
Get wallet me on ThirdWeb
Retrieve details of the authenticated user
Initiate auth on ThirdWeb
Start authentication process for email, phone, passkey, or SIWE
Link profile on ThirdWeb
Tie multiple social identities to a single wallet address
List solana wallets on ThirdWeb
List Solana wallets
List transactions on ThirdWeb
List transactions
Pregenerate wallet on ThirdWeb
Create a wallet for a user before they first log in
Query events on ThirdWeb
Fetch historical events for a contract
Query transactions on ThirdWeb
Fetch transaction history for a contract
Read contract on ThirdWeb
Execute one or more read-only calls (multicall)
Send raw transactions on ThirdWeb
Broadcast encoded transactions
Send solana tokens on ThirdWeb
Send Solana tokens
Settle payment on ThirdWeb
Submit the payment on-chain (x402)
Sign solana message on ThirdWeb
Sign a message on Solana
Sign solana transaction on ThirdWeb
Sign a transaction on Solana
Social auth on ThirdWeb
OAuth flow for social providers
Unlink profile on ThirdWeb
Unlink a social identity from a wallet address
Verify payment on ThirdWeb
Validate a signed payment payload (x402)
Write contract on ThirdWeb
Execute one or more state-changing calls atomically
Connect ThirdWeb to LangChain via MCP
Follow these steps to wire ThirdWeb into LangChain. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
pip install langchain langchain-mcp-adapters langgraph langchain-openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
python agent.pyExplore tools
Why Use LangChain with the ThirdWeb MCP Server
LangChain provides unique advantages when paired with ThirdWeb through the Model Context Protocol.
The largest ecosystem of integrations, chains, and agents. combine ThirdWeb MCP tools with 500+ LangChain components
Agent architecture supports ReAct, Plan-and-Execute, and custom strategies with full MCP tool access at every step
LangSmith tracing gives you complete visibility into tool calls, latencies, and token usage for production debugging
Memory and conversation persistence let agents maintain context across ThirdWeb queries for multi-turn workflows
ThirdWeb + LangChain Use Cases
Practical scenarios where LangChain combined with the ThirdWeb MCP Server delivers measurable value.
RAG with live data: combine ThirdWeb tool results with vector store retrievals for answers grounded in both real-time and historical data
Autonomous research agents: LangChain agents query ThirdWeb, synthesize findings, and generate comprehensive research reports
Multi-tool orchestration: chain ThirdWeb tools with web scrapers, databases, and calculators in a single agent run
Production monitoring: use LangSmith to trace every ThirdWeb tool call, measure latency, and optimize your agent's performance
Example Prompts for ThirdWeb in LangChain
Ready-to-use prompts you can give your LangChain agent to start working with ThirdWeb immediately.
"Read the total supply of the contract 0x123... on chain 1."
"Start an email authentication for dev@example.com."
"Search for user details associated with address 0xAbc123..."
Troubleshooting ThirdWeb MCP Server with LangChain
Common issues when connecting ThirdWeb to LangChain through Vinkius, and how to resolve them.
MultiServerMCPClient not found
pip install langchain-mcp-adaptersThirdWeb + LangChain FAQ
Common questions about integrating ThirdWeb MCP Server with LangChain.
How does LangChain connect to MCP servers?
langchain-mcp-adapters to create an MCP client. LangChain discovers all tools and wraps them as native LangChain tools compatible with any agent type.Which LangChain agent types work with MCP?
Can I trace MCP tool calls in LangSmith?
Explore More MCP Servers
View all →
Dropbox Sign
12 toolsGet documents signed electronically with legally binding e-signatures, templates, and audit trails your business can trust.

Freshcaller
12 toolsManage your cloud phone system, track calls, and oversee agents via AI agents with Freshcaller.

ManyChat
12 toolsEngage followers on Instagram, WhatsApp, and Messenger with chatbot flows that qualify leads and drive sales conversations.

Equixly
10 toolsAutomate API security testing via Equixly — manage target services, trigger autonomous AI pentests, and audit vulnerability findings directly from any AI agent.
