
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@settlegrid/discovery
Advanced tools
MCP Discovery Server — AI agents connect to discover and evaluate monetized tools on the SettleGrid marketplace.
An MCP (Model Context Protocol) server that lets AI agents discover monetized tools on the SettleGrid marketplace. Instead of hard-coding tool URLs or relying on third-party directories, agents connect to this server and search, browse, and inspect tools programmatically — making SettleGrid the canonical discovery layer for the AI economy.
npx @settlegrid/discovery
npm install -g @settlegrid/discovery
settlegrid-discovery
cd packages/discovery-server
npm install
npm run dev # tsx, auto-reloads
npm run build # compile to dist/
npm start # run compiled output
| Variable | Default | Description |
|---|---|---|
SETTLEGRID_API_URL | https://settlegrid.ai | Base URL of the SettleGrid API |
search_toolsSearch for monetized AI tools on the marketplace.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | no | Free-text search query |
category | string | no | Filter by category |
limit | number | no | Max results, 1-100 (default 20) |
Returns an array of { name, slug, description, category, pricing, version, url }.
get_toolGet full details for a specific tool by slug.
| Parameter | Type | Required | Description |
|---|---|---|---|
slug | string | yes | Tool slug identifier |
Returns { name, slug, description, category, pricing, version, methods, quickStart, url }.
list_categoriesList every tool category with counts. No parameters.
Returns an array of { name, count }.
get_developerGet a developer's public profile and their published tools.
| Parameter | Type | Required | Description |
|---|---|---|---|
slug | string | yes | Developer profile slug |
Returns { name, bio, tools[], reputation }.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"settlegrid-discovery": {
"command": "npx",
"args": ["-y", "@settlegrid/discovery"]
}
}
}
To point at a local or staging API:
{
"mcpServers": {
"settlegrid-discovery": {
"command": "npx",
"args": ["-y", "@settlegrid/discovery"],
"env": {
"SETTLEGRID_API_URL": "http://localhost:3005"
}
}
}
}
MIT
FAQs
MCP Discovery Server — AI agents connect to discover and evaluate monetized tools on the SettleGrid marketplace.
We found that @settlegrid/discovery demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.