Langclaw CROO Agent
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Langclaw CROO AgentResearch Uniswap v4 on Ethereum"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Langclaw CROO Agent
Langclaw CROO Agent is a paid callable research agent for CROO CAP and MCP-compatible coding tools.
It turns a research request into a concise report with sources, confidence, provider trace, and delivery proof. The same core agent runs behind a CROO provider, a hosted MCP server, a local MCP server, and a Codex plugin.
Langclaw does not require a model API key. Codex, Claude Code CLI, Cursor, Windsurf, or another MCP client provides the reasoning layer. Langclaw provides tools, data routes, provider output, and delivery proof.
What It Does
Accepts paid research orders through CROO CAP.
Exposes MCP tools for Codex, Claude Code CLI, Cursor, Windsurf, and other MCP clients.
Ships a Codex plugin with a small skill that tells an agent when to call Langclaw.
Produces source-backed research, onchain intelligence, claim checks, builder submission reviews, and readiness checks.
Related MCP server: agentoracle-mcp
Main Tools
langclaw_research: Research a protocol, project, token, market topic, or agent idea.langclaw_verify_claim: Check whether a claim has enough source support.langclaw_builder_review: Review whether a project fits a builder program, hackathon, grant, or submission goal.langclaw_onchain_intelligence: Run read-only chain, token, wallet, contract, transaction, bridge, governance, or protocol analytics.langclaw_readiness: Check local provider, model, MCP, and CROO configuration.
Strong onchain prompts sent through langclaw_research also auto-route to onchain intelligence. Examples include wallet, contract, transaction, TVL, liquidity, pool, bridge, governance, token holder, and chain activity requests.
User Install
Users do not need to clone this repository or bring provider API keys. The hosted Langclaw server runs on the operator VPS and keeps the provider keys there.
Codex one-line install:
npx @langclaw/mcp-client install-codex --url https://langclaw.nanta.tech/mcp --token LICENSE_TOKENThis installs the hosted MCP config, Langclaw skill, and Langclaw plugin.
Codex also understands slash-style Langclaw prompts through the installed skill:
/langclaw-research CROO agent market fit
/langclaw-onchain Base smart money last 7 days
/langclaw-builder-review Review this repo for CROO
/langclaw-verify Langclaw supports hosted MCP access
/langclaw-readinessClaude Code CLI one-line install:
npx @langclaw/mcp-client install-claude --url https://langclaw.nanta.tech/mcp --token LICENSE_TOKENCursor one-line install:
npx @langclaw/mcp-client install-cursor --url https://langclaw.nanta.tech/mcp --token LICENSE_TOKENWindsurf one-line install:
npx @langclaw/mcp-client install-windsurf --url https://langclaw.nanta.tech/mcp --token LICENSE_TOKENInstall without plugin:
npx @langclaw/mcp-client install-codex --url https://langclaw.nanta.tech/mcp --token LICENSE_TOKEN --no-pluginUninstall from Codex:
npx @langclaw/mcp-client uninstall-codexManual MCP client config:
{
"mcpServers": {
"langclaw": {
"command": "npx",
"args": [
"@langclaw/mcp-client",
"--url",
"https://langclaw.nanta.tech/mcp",
"--token",
"LICENSE_TOKEN"
]
}
}
}The same manual config shape works for Codex, Claude Code CLI, Cursor, Windsurf, and MCP clients that launch stdio servers. Codex remains the richest install because it also writes the Langclaw skill and plugin.
CROO Store
End users can also use Langclaw without installing anything:
Open the CROO Agent Store.
Select Langclaw Intel.
Order
Langclaw Builder Pass Licensefor 30-day hosted MCP access.Use the returned license token with Codex, Claude Code CLI, Cursor, Windsurf, or another MCP client.
Order
langclaw.research.brieforlangclaw.onchain.intelligencefor direct CROO delivery.
VPS Operator Setup
npm install
cp .env.example .envStore provider keys only on the VPS:
TAVILY_API_KEYBRAVE_SEARCH_API_KEYGITHUB_TOKENETHERSCAN_API_KEYALCHEMY_API_KEYGOPLUS_API_KEYGOPLUS_API_SECRETDUNE_API_KEYCROO_API_KEYLANGCLAW_ACCESS_TOKENSLANGCLAW_ADMIN_ACCESS_TOKENSLANGCLAW_LICENSE_STORE_PATHLANGCLAW_LICENSE_DEFAULT_DAYSLANGCLAW_LICENSE_DEFAULT_CALLS
Start the hosted MCP server:
npm run serverStart the CROO provider separately:
npm run croo:providerLocal Development MCP
npm run mcpExample MCP client command:
{
"mcpServers": {
"langclaw-croo-agent": {
"command": "npm",
"args": ["--prefix", "/Users/ridhorinanta/hackathon/langclaw-croo-agent", "run", "mcp"]
}
}
}Local Client Setup
Codex plugin:
Plugin manifest:
plugin/.codex-plugin/plugin.jsonPlugin MCP config:
plugin/.mcp.jsonPlugin skill:
plugin/skills/langclaw-croo-agent/SKILL.md
Codex MCP:
Add the MCP command above to Codex MCP settings.
Keep this repo path stable so the stdio command can find the server.
Claude Code CLI:
Add an MCP server named
langclaw-croo-agent.Use
npmas the command.Use
--prefix, this repo path,run, andmcpas args.
Cursor:
Add the same stdio MCP server command to Cursor MCP settings.
Restart Cursor after adding the server.
Windsurf:
Add the same stdio MCP server command to Windsurf MCP settings.
Restart the MCP server if
.envchanges.
Run CROO Provider
npm run croo:providerRequired live settings:
CROO_API_URLCROO_WS_URLCROO_SDK_KEYorCROO_API_KEYLANGCLAW_PROVIDER_FUND_ADDRESSfor CROO fund-transfer servicesLANGCLAW_AGENT_PRICE_USDCLANGCLAW_ACCESS_TOKENSfor hosted MCP access controlLANGCLAW_ADMIN_ACCESS_TOKENSfor hosted MCP admin fallback accessLANGCLAW_LICENSE_STORE_PATHfor paid license token storage
CROO_API_KEY is the name shown by the CROO dashboard. CROO_SDK_KEY is also supported for compatibility with SDK docs. Do not export a private key from your main browser wallet for this repo. CROO shows the agent account wallet in its dashboard. Fund that agent account when CROO requires balance for paid actions.
LANGCLAW_PROVIDER_FUND_ADDRESS must be a Base mainnet EVM address such as 0x.... The provider only uses it when a CROO negotiation includes fund-transfer fields. Non-fund services keep the normal CROO escrow flow.
License Tokens
Paid MCP access uses a license token. The default paid license lasts 30 days and allows 300 MCP tool calls.
Create a demo license:
npm run license:create -- --label demo --days 7 --calls 50List licenses:
npm run license:listRevoke a license:
npm run license:revoke -- --token lc_live_xxxThe license registry stores token hashes only. Keep data/licenses.json on the VPS and do not commit it.
Optional onchain settings:
ETHERSCAN_API_KEYALCHEMY_API_KEYGOPLUS_API_KEYGOPLUS_API_SECRETDUNE_API_KEYDUNE_DEFAULT_QUERY_ID
Use LANGCLAW_PROVIDER_MODE=mock to run a local dry run without opening a live provider connection.
Check live credential readiness:
npm run smoke:croo-liveDevelopment
npm run typecheck
npm test
npm run build
npm run smoke:readiness
npm run smoke:croo-live
npm run validate:package
npm run scan:cleanup
npm run scan:dashSubmission Story
Langclaw CROO Agent shows agent commerce in practice. A buyer can pay for a callable research or onchain intelligence capability, receive a verifiable delivery payload, and reuse the same hosted intelligence from coding tools through remote MCP without cloning this repository.
Submission Docs
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Langclaw-AI-CROO/langclaw-croo-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server