CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Agent Toolbelt Mcp

marras0914/agent-toolbelt
authSTDIOregistry active
Summary

Wraps 27 production tools behind a single MCP interface: 7 stock research endpoints that return synthesized investment analysis (thesis generation, moat assessment, insider signal interpretation) backed by Polygon.io and Finnhub data, plus 20 utility operations like prompt optimization, contract clause extraction, token counting across 15 models, and context window packing. Every stock tool costs $0.05 per call and includes a dataSources block showing what fed the analysis. The utility tools run $0.0001 to $0.10 depending on whether they're rule-based or LLM-powered. Free tier gives you 1,000 calls monthly. Ships with a typed npm SDK and LangChain integration if you want to call it outside Claude.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Agent Toolbelt

Stock research tools for AI agents. Live financial data + Claude-synthesized analysis, served as 7 focused tools — not raw OHLCV. Plus 20 utility tools for the rest of an agent's work.

Production API: https://www.agenttoolbelt.live


Quickstart

# Get a free API key (1,000 calls/month, no credit card)
curl -X POST 'https://www.agenttoolbelt.live/api/clients/register' \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com"}'

# Generate a Motley Fool-style investment thesis for any ticker
curl -X POST https://www.agenttoolbelt.live/api/tools/stock-thesis \
  -H "Authorization: Bearer atb_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"ticker": "NVDA", "timeHorizon": "3-5 years"}'

Returns: bullish/neutral/bearish verdict, thesis paragraphs, key strengths, key risks, valuation read, insider read, analyst consensus read, and what to watch in the next earnings report.


Stock research tools (7)

LLM-synthesized analysis on top of live financial data from Polygon.io, Finnhub, and Financial Modeling Prep.

ToolWhat it doesPrice
stock-thesisFull Motley Fool-style investment thesis: verdict + thesis paragraphs + strengths + risks + valuation read$0.05/call
earnings-analysisEPS beat/miss history, revenue trend, long-term earnings consistency read, upcoming earnings date$0.05/call
insider-signalForm 4 interpretation — distinguishes meaningful open-market purchases from routine sales/awards. Signal strength + confidence$0.05/call
valuation-snapshotP/E, P/S, EV/EBITDA, FCF yield, ROE, margins → cheap/fair/expensive verdict + specific buy zone$0.05/call
bear-vs-bullSteelmanned 3-bull / 3-bear case with specific data, net verdict, key debate question$0.05/call
compare-stocksHead-to-head comparison of 2-3 tickers. Winner + per-ticker strengths/concerns + ifYouValue map (growth / value / quality)$0.05/call
moat-analysisBuffett-style competitive moat assessment (brand / switching costs / network / scale / IP / cost). Wide/narrow/none + durability$0.05/call

Every stock tool returns a dataSources block with fetchedAt + per-source success flags so you know exactly what data backed the analysis.


Utility tools (20)

Common agent infrastructure. Rule-based tools billed at $0.0001–$0.001/call; LLM-powered tools at $0.005–$0.10/call.

ToolWhat it doesPrice
text-extractorExtract emails, URLs, phones, dates, currencies, addresses, names from text$0.0005/call
token-counterCount tokens across 15 LLM models with cost estimates$0.0001/call
schema-generatorJSON Schema / TypeScript / Zod validator from plain English$0.001/call
csv-to-jsonCSV to typed JSON with auto delimiter and type casting$0.0005/call
markdown-converterHTML ↔ Markdown conversion$0.0005/call
url-metadataTitle, OG tags, favicon, author from any URL$0.001/call
web-summarizerFetch + summarize a URL with key points$0.02/call
regex-builderNatural language → regex with JS/Python/TS snippets$0.0005/call
cron-builderSchedule description → cron expression with next-run preview$0.0005/call
address-normalizerUS address → USPS format with component parsing$0.0005/call
color-paletteColor palettes with WCAG scores and CSS vars$0.0005/call
brand-kitFull brand kit — colors, typography, CSS/Tailwind tokens$0.001/call
image-metadata-stripperStrip EXIF/GPS/IPTC/XMP metadata for privacy$0.001/call
meeting-action-itemsAction items, decisions, summary from meeting notes$0.05/call
prompt-optimizerScore and rewrite LLM prompts$0.05/call
document-comparatorSemantic diff between two document versions$0.05/call
contract-clause-extractorKey clauses + risk flags from contracts$0.10/call
api-response-mockerRealistic mock data from a JSON Schema$0.0005/call
dependency-auditorCVE scan for npm/PyPI packages via OSV database$0.005/call
context-window-packerPack content into a token budget for LLM context$0.001/call

Do you know what your agent is actually calling?

You wired up the tools. Once the agent is running, though, you have no visibility into which ones it calls or what it passes to them. I also built Cordon for this. It sits in front of any MCP server and logs every call. You can write rules to block the ones you don't want touching production.

getcordon.com — npx @getcordon/cli init


npm SDK + LangChain

npm install agent-toolbelt

Typed client

import { AgentToolbelt } from "agent-toolbelt";

const client = new AgentToolbelt({ apiKey: process.env.AGENT_TOOLBELT_KEY! });

// Stock research
const thesis = await client.stockThesis({ ticker: "NVDA", timeHorizon: "3-5 years" });
const moat = await client.moatAnalysis({ ticker: "AAPL" });
const compare = await client.compareStocks({ tickers: ["NVDA", "AMD"] });

// Utility
const tokens = await client.tokenCounter({ text: myDocument });
const contacts = await client.textExtractor({
  text: emailBody,
  extractors: ["emails", "phone_numbers", "addresses"],
});

LangChain integration

import { AgentToolbelt } from "agent-toolbelt";
import { createLangChainTools } from "agent-toolbelt/langchain";
import { createReactAgent } from "@langchain/langgraph/prebuilt";
import { ChatOpenAI } from "@langchain/openai";

const client = new AgentToolbelt({ apiKey: process.env.AGENT_TOOLBELT_KEY! });
const tools = createLangChainTools(client); // 27 ready-to-use DynamicStructuredTools

const agent = createReactAgent({
  llm: new ChatOpenAI({ model: "gpt-4o" }),
  tools,
});

Claude MCP

Use the stock research tools (and the rest of the toolbelt) directly inside Claude Desktop or Claude Code via the agent-toolbelt-mcp package.

Claude Desktop — add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-toolbelt": {
      "command": "npx",
      "args": ["-y", "agent-toolbelt-mcp"],
      "env": {
        "AGENT_TOOLBELT_KEY": "atb_your_key_here"
      }
    }
  }
}

Claude Code — one command:

claude mcp add agent-toolbelt -e AGENT_TOOLBELT_KEY=atb_your_key_here -- npx -y agent-toolbelt-mcp

Once installed, ask Claude things like "Give me a full analysis of NVDA — thesis, earnings quality, insider activity, and whether it's cheap right now" and it'll call the tools in parallel.


Discover tools programmatically

Agents can auto-discover all 27 tools at runtime:

curl https://www.agenttoolbelt.live/api/tools/catalog

Pricing

TierPriceMonthly callsRate limit
Free$0/mo1,00010/min
PAYGprepaid creditsunlimited60/min
Starter$29/mo50,00060/min
Pro$99/mo500,000300/min
EnterpriseCustom5,000,0001,000/min

Integrations

  • npm SDK — npm install agent-toolbelt — typed client + LangChain tools
  • MCP — npx -y agent-toolbelt-mcp — works with Claude Desktop and Claude Code
  • OpenAI GPT Actions — OpenAPI spec at /openapi/openapi-gpt-actions.json
  • RapidAPI — listed on the RapidAPI marketplace
  • Smithery, Glama, PulseMCP, MCP registry — discoverable in MCP directories

Going to production

When the agent moves out of dev, a new set of questions shows up. What did it call last night? What arguments did it pass? Who approved the destructive one?

Cordon is an MCP gateway that sits in front of servers like this one. Point your client at Cordon instead of directly at Agent Toolbelt; Cordon forwards every call through and adds:

  • A real-time audit log of every tool invocation (name, arguments, response, latency)
  • Per-API-key policy: which tools each caller can use, under what conditions
  • Slack-based human approvals for tool calls you've flagged as high-risk

From the agent's perspective nothing changes — same tools, same schemas. Free tier covers 1,000 events/month.


License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

AGENT_TOOLBELT_KEY*secret

Your Agent Toolbelt API key. Get one free at https://agent-toolbelt-production.up.railway.app

Categories
AI & LLM Tools
Registryactive
Packageagent-toolbelt-mcp
TransportSTDIO
AuthRequired
UpdatedMar 3, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f