CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
lexwhiting avatar

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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
categorystring
Filter by category slug (e.g. "data", "nlp", "finance"). Use list_categories to see all options.
limitnumber
Maximum number of results to return (1-100, default 20)default: 20
querystring
Free-text search query (e.g. "weather", "translate", "sentiment")
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" })
methodstring
Specific method or action to call on the tool (e.g. "search", "get_random")
slugstring
Tool slug (e.g. "wikipedia", "dad-jokes", "forex-rates")
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
categorystring
Filter by category slug (e.g. "data", "nlp", "search", "finance")
limitnumber
Maximum number of tools to return (1-50, default 20)default: 20

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 Servers · 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 with a single Redis balance check on the hot path.

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 meteringRedis hot pathBatch 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

  • A single Redis balance check on the hot path, on every call
  • Budget enforcement — HTTP 402 when exceeded
  • Auto-refill credits via Stripe
  • Multi-hop settlement across agent chains — each hop settled as it completes

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
  • 97 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 indexed MCP servers
└── .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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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 →
lineofflight avatar
Frankfurter

io.github.lineofflight/frankfurter

Convert currencies and fetch blended FX rates from 50+ institutional sources.
1
lm203688 avatar
ATEX AI Gateway

io.github.lm203688/atex-ai-gateway

One API key for 6 AI models. Pay-per-use. MCP protocol support with web search.
1
markswendsen-code avatar
Target

io.github.markswendsen-code/target

MCP server for Target - search products, manage cart, track orders
1
mayankjanmejay avatar
BopMarket

io.github.mayankjanmejay/bopmarket

AI agent marketplace — search, buy, sell, and track products across 5 platforms
1
meltingpixelsai avatar
Zero Core Tools

io.github.meltingpixelsai/zero-core-tools

Web scraping, code review, content gen, sentiment. Zero Core Tools.
1
mohammadfarooqi avatar
Canlii

io.github.mohammadfarooqi/canlii

Search Canadian case law, browse legislation, and check citations via the CanLII API.
1