Settlegrid Discovery
About
MCP Discovery Server — AI agents discover and invoke 1,444+ monetized tools on the SettleGrid marketplace
Details
- Author
- lexwhiting
- Downloads
- 265
- Categories
- Other, API, AI
Jump to
- Access to 1,444+ monetized AI tools.
- Search tools by keyword, category, price, or rating.
- Get full details for a specific tool.
- List all 24 categories with counts.
- Invoke marketplace tools via Smart Proxy billing.
- Stateless, no data retention between sessions.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Settlegrid DiscoveryCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Run with npx @settlegrid/discovery (no install) or install globally via npm install -g @settlegrid/discovery and run settlegrid-discovery. Add to Claude Desktop or Cursor by editing their MCP configuration files. The server provides tools such as search_tools, get_tool, list_categories, get_developer, list_marketplace_tools, and call_tool. Discovery tools are free; call_tool requires an API key from settlegrid.ai.
search_tools
Search for monetized AI tools on the SettleGrid marketplace
get_tool
Get full details for a specific tool on SettleGrid by its slug
list_categories
List all available tool categories on the SettleGrid marketplace
get_developer
Get a developer's public profile and published tools on SettleGrid
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"settlegrid discovery": {
"settlegrid": {
"command": "npx",
"args": [
"-y",
"@settlegrid/discovery"
]
}
}
}
}
McpServers
{
"settlegrid": {
"command": "npx",
"args": [
"-y",
"@settlegrid/discovery"
]
}
}
@settlegrid/discovery
An MCP (Model Context Protocol) server that lets AI agents discover and invoke 1,444+ monetized tools on the SettleGrid marketplace. One connection gives agents access to MCP servers, AI models, REST APIs, agent tools, and SDK packages — all with per-call billing.
Quick Start
With npx (no install)
npx @settlegrid/discovery
Install globally
npm install -g @settlegrid/discovery
settlegrid-discovery
From source
git clone https://github.com/lexwhiting/settlegrid-discovery.git
cd settlegrid-discovery
npm install
npm run build
npm start
Add to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"settlegrid": {
"command": "npx",
"args": ["-y", "@settlegrid/discovery"]
}
}
}
Add to Cursor
In Cursor Settings → MCP, add:
{
"mcpServers": {
"settlegrid": {
"command": "npx",
"args": ["-y", "@settlegrid/discovery"]
}
}
}
Available Tools
search_tools
Search for monetized AI tools by keyword, category, price, or rating.
| 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) |
get_tool
Get full details for a specific tool by slug.
| Parameter | Type | Required | Description |
|-----------|--------|----------|----------------------|
| slug | string | yes | Tool slug identifier |
list_categories
List all 24 tool categories with counts. No parameters.
get_developer
Get a developer's public profile and their published tools.
| Parameter | Type | Required | Description |
|-----------|--------|----------|------------------------|
| slug | string | yes | Developer profile slug |
list_marketplace_tools
List popular tools with pricing and availability info.
| Parameter | Type | Required | Description |
|------------|--------|----------|--------------------|
| category | string | no | Filter by category |
| limit | number | no | Max results |
call_tool
Invoke any marketplace tool directly. Routes through SettleGrid's Smart Proxy for billing.
| Parameter | Type | Required | Description |
|-----------|--------|----------|----------------------------|
| slug | string | yes | Tool slug |
| method | string | no | Tool method to call |
| args | object | no | Arguments to pass |
> Note: Discovery tools are free with no API key. call_tool requires an API key for billed invocations — get one at settlegrid.ai.
Configuration
| Variable | Default | Description |
|----------------------|-------------------------|--------------------------------|
| SETTLEGRID_API_URL | https://settlegrid.ai | Base URL of the SettleGrid API |
What is SettleGrid?
SettleGrid is the universal settlement layer for the AI economy — per-call billing, usage metering, and automated payouts for any AI service. 15 payment protocols. Free forever at 50K ops/month.
- Marketplace: settlegrid.ai/marketplace
- Templates: settlegrid.ai/templates (991 forkable MCP servers)
- Free Tools: settlegrid.ai/free-tools (29 callable tools, no API key needed)
- Docs: settlegrid.ai/docs
- Platform: settlegrid.ai/platform
Privacy Policy
SettleGrid Discovery is a read-only search tool that queries the SettleGrid public marketplace API.
- Data collection: No personal data is collected, stored, or transmitted. The server sends search queries to settlegrid.ai/api/v1/discover and returns results.
- Local storage: No data is written to the local filesystem.
- Third-party sharing: No data is shared with third parties. Queries go only to SettleGrid's API.
- Retention: No data is retained between sessions. The server is stateless.
- Authentication: No credentials are required or processed for discovery tools.
Full privacy policy: settlegrid.ai/privacy
Support
- Issues: github.com/lexwhiting/settlegrid-discovery/issues
- Email: support@settlegrid.ai
License
MIT
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





