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

Settlegrid Discovery

lexwhiting/settlegrid
16 toolsSTDIOregistry active
Summary

This server lets Claude search and discover monetized AI tools hosted on SettleGrid's marketplace. It exposes programmatic access to the same catalog you'd browse at settlegrid.ai/tools, with filtering by category and pricing lookups. You'd reach for this when you want an AI agent to find and evaluate paid tools dynamically rather than hardcoding integrations. It connects to SettleGrid's discovery API and surfaces the 1,000+ tools already listed there, complete with cost details and metadata. Useful if you're building agents that need to discover and compose third-party capabilities at runtime, or if you want Claude to recommend tools based on task requirements and budget constraints.

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 →

Tools

Public tool metadata for what this MCP can expose to an agent.

6 tools
search_toolsSearch the SettleGrid marketplace for AI tools by keyword, category, price, or rating. Returns tool names, slugs, descriptions, pricing, and developer info. Use this as your starting point to find tools for any task.3 params

Search the SettleGrid marketplace for AI tools by keyword, category, price, or rating. Returns tool names, slugs, descriptions, pricing, and developer info. Use this as your starting point to find tools for any task.

Parameters* required
limitnumber
Maximum number of results to return (1-100, default 20)default: 20
querystring
Free-text search query (e.g. "weather", "translate", "sentiment")
categorystring
Filter by category slug (e.g. "data", "nlp", "finance"). Use list_categories to see all options.
get_toolRetrieve full details for a specific tool by its slug, including description, pricing breakdown, developer info, recent reviews, changelog history, and quick-start code snippets. Use after search_tools to get deeper information before deciding to invoke a tool.1 params

Retrieve full details for a specific tool by its slug, including description, pricing breakdown, developer info, recent reviews, changelog history, and quick-start code snippets. Use after search_tools to get deeper information before deciding to invoke a tool.

Parameters* required
slugstring
The unique slug of the tool (e.g. "wikipedia", "forex-rates", "dad-jokes")
list_categoriesList all available tool categories on the SettleGrid marketplace with the number of tools in each. Use this to understand what types of tools are available before searching.

List all available tool categories on the SettleGrid marketplace with the number of tools in each. Use this to understand what types of tools are available before searching.

No parameter schema in public metadata yet.

get_developerGet a developer's public profile, bio, reputation score, and their published tools on SettleGrid. Useful for evaluating tool quality by checking the developer's track record.1 params

Get a developer's public profile, bio, reputation score, and their published tools on SettleGrid. Useful for evaluating tool quality by checking the developer's track record.

Parameters* required
slugstring
The developer's unique profile slug (returned by search_tools and get_tool)
call_toolInvoke any tool on the SettleGrid marketplace by its slug. Pass arguments as a JSON object. Free showcase tools work without an API key. Paid tools route through the Smart Proxy and require an API key (passed via the x-api-key header on the MCP connection). Use search_tools or...3 params

Invoke any tool on the SettleGrid marketplace by its slug. Pass arguments as a JSON object. Free showcase tools work without an API key. Paid tools route through the Smart Proxy and require an API key (passed via the x-api-key header on the MCP connection). Use search_tools or...

Parameters* required
argsobject
Arguments to pass to the tool as a JSON object (e.g. { "query": "Einstein" })
slugstring
Tool slug (e.g. "wikipedia", "dad-jokes", "forex-rates")
methodstring
Specific method or action to call on the tool (e.g. "search", "get_random")
list_marketplace_toolsBrowse the most popular tools on the SettleGrid marketplace with pricing and availability info. Each result includes cost-per-call, total invocations, and whether the tool requires an API key. Optionally filter by category. Use this to find callable tools before invoking them...2 params

Browse the most popular tools on the SettleGrid marketplace with pricing and availability info. Each result includes cost-per-call, total invocations, and whether the tool requires an API key. Optionally filter by category. Use this to find callable tools before invoking them...

Parameters* required
limitnumber
Maximum number of tools to return (1-50, default 20)default: 20
categorystring
Filter by category slug (e.g. "data", "nlp", "search", "finance")

SettleGrid

The Settlement Layer for AI Agent Payments

Monetize any AI tool with 2 lines of code. Per-call billing, 14 agent payment protocols brokered or tracked, built-in discovery.

npm npm MCP Registry Smithery MIT TypeScript

Website · Docs · Showcase · 1,017 Templates · Discovery Guide · Handbook


Quick Start

npm install @settlegrid/mcp
import { settlegrid } from '@settlegrid/mcp'

const sg = settlegrid.init({
  toolSlug: 'my-tool',
  pricing: { defaultCostCents: 5 },
})

const billedHandler = sg.wrap(myHandler)

Every call validates the consumer's API key, checks their credit balance, executes your function, and meters usage — all in under 50ms.

Or scaffold a complete project instantly:

npx create-settlegrid-tool

SettleGrid Dashboard

Why SettleGrid?

SettleGridStripe BillingNeverminedPaid.ai
Protocol support14 tracked (9 brokered + 2 detection + 3 emerging)REST onlyx402 / DeFiMCP only
Real-time metering<50ms RedisBatch onlyOn-chainPer-call
Built-in discovery8+ registriesNoneNoneNone
Multi-hop settlementYesNoYesNo
Agent identity (KYA)YesNoNoNo
Budget enforcementYesNoNoNo
Outcome-based billingYesNoYesNo
Free tier (0% fees)YesNoNoNo
$1 minimum payoutYesNoNoNo
Open-source SDKYesNoYesNo
Fraud detectionYesYesNoNo

Discovery — Your Tools, Found Everywhere

SettleGrid doesn't just bill — it distributes. Every active tool is automatically discoverable across:

ChannelHow it works
ShowcaseConsumers browse, search, and purchase credits
Discovery APIGET /api/v1/discover — programmatic search for directories & apps
MCP Discovery ServerAI agents find tools natively via MCP protocol
HTTP MCP EndpointRemote streamable HTTP transport for any MCP client
Official MCP RegistryThe canonical MCP server registry
Smithery6,000+ MCP server directory
Glama14,000+ MCP server directory
RSS FeedNew tools syndicated automatically

SettleGrid Showcase

{
  "mcpServers": {
    "settlegrid-discovery": {
      "command": "npx",
      "args": ["@settlegrid/discovery"]
    }
  }
}

6 Pricing Models

ModelBest forExample
Per-InvocationSearch, lookups, CRUD5¢/call
Per-TokenLLM wrappers, text processing$0.001/1K tokens
Per-ByteFile conversion, data export1¢/MB
Per-SecondVideo processing, ML inference2¢/second
TieredMulti-method toolsread 1¢, write 5¢
Outcome-BasedLead gen, data extraction25¢ on success

Payment Protocol Coverage

The @settlegrid/mcp SDK adds native billing to any Model Context Protocol (MCP) tool server and provides a REST middleware for any HTTP service. On top of that, the hosted Smart Proxy at settlegrid.ai/api/proxy/{slug} brokers payments across agent payment protocols and tracks emerging specs as they mature.

9 brokered by the Smart Proxy (production or pending GA): MCP · x402 (Coinbase) · Stripe MPP · AP2 (Google) · ACP (OpenAI) · UCP (Google/Shopify) · Visa TAP · Mastercard Verifiable Intent · Circle Nanopayments

2 detection-adapter-only: L402 (Bitcoin Lightning) · KYAPay (Skyfire)

3 tracked as emerging: ACTP (Alipay's Agentic Commerce Trust Protocol) · EMVCo agent payments · DRAIN (Bittensor Subnet 58)

Features

Billing & Metering

  • Sub-50ms Redis metering on every call
  • Budget enforcement — HTTP 402 when exceeded
  • Auto-refill credits via Stripe
  • Multi-hop atomic settlement across agent chains

Security & Compliance

  • Agent identity (KYA) with trust scoring
  • Fraud detection (12 real-time signals)
  • IP allowlisting (CIDR support)
  • HMAC-SHA256 webhook signatures
  • Audit logging with CSV export (SOC 2 ready)
  • Sandbox/test mode

Developer Experience

  • sg.wrap() — one function, any handler
  • 6 pricing models configurable from dashboard
  • 1,017 open-source templates with billing pre-wired
  • CLI scaffolder: npx create-settlegrid-tool
  • Discovery tab with badge generator, checklist, API URLs
  • Consumer reviews with developer responses
  • Quality gates + Verified badge for activated tools
  • Proactive monitoring (onboarding drip, quality alerts, monthly summary)

Pricing

TierPriceOps/monthTake Rate
Free$0 forever25,0000%
Starter$9/mo100,0005%
Growth$29/mo500,0005%
Scale$79/mo2,000,0005%

$1 minimum payout — the lowest in the industry. Stripe Connect Express for instant payouts.

REST API Middleware

For non-MCP services (Express, Next.js, Hono, etc.):

import { settlegridMiddleware } from '@settlegrid/mcp'

const withBilling = settlegridMiddleware({
  toolSlug: 'my-api',
  costCents: 5,
})

export async function GET(request: Request) {
  return withBilling(request, async () => {
    return Response.json({ data: 'hello' })
  })
}

Project Structure

settlegrid/
├── apps/web/                  # Next.js 15 platform (settlegrid.ai)
├── packages/mcp/              # @settlegrid/mcp SDK
├── packages/discovery-server/ # @settlegrid/discovery MCP server
├── packages/create-tool/      # npx create-settlegrid-tool CLI
├── open-source-servers/       # 1,017 MCP server templates
└── .mcp.json                  # MCP plugin config (Cursor, Claude)

Links

Websitesettlegrid.ai
Documentationsettlegrid.ai/docs
Discovery Guidesettlegrid.ai/learn/discovery
Handbooksettlegrid.ai/learn/handbook
API Referencesettlegrid.ai/api/openapi.json
Discovery APIsettlegrid.ai/api/v1/discover
RSS Feedsettlegrid.ai/api/feed
npm (SDK)@settlegrid/mcp
npm (Discovery)@settlegrid/discovery
MCP Registryio.github.lexwhiting/settlegrid-discovery
Supportsupport@settlegrid.ai

License

MIT © 2026 SettleGrid

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

SETTLEGRID_API_URL

SettleGrid API base URL (default: https://settlegrid.ai)

Categories
Search & Web Crawling
Registryactive
Package@settlegrid/discovery
TransportSTDIO
UpdatedMar 24, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3