← settlegrid.ai

INDIVIDUAL MCP TOOL

get_developer

Get a developer's public profile, bio, reputation score, and their published tools on SettleGrid.

settlegrid.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

settlegrid.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.settlegrid]
url = "https://settlegrid.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "settlegrid": {
      "type": "http",
      "url": "https://settlegrid.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: settlegrid
Remote MCP URL: https://settlegrid.ai/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "settlegrid": {
      "url": "https://settlegrid.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "settlegrid": {
      "type": "http",
      "url": "https://settlegrid.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "settlegrid",
  "transport": "streamable-http",
  "url": "https://settlegrid.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_tools — Search the SettleGrid marketplace for AI tools by keyword, category, price, or rating.
  • get_tool — 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.
  • list_categories — List all available tool categories on the SettleGrid marketplace with the number of tools in each.
  • call_tool — Invoke any tool on the SettleGrid marketplace by its slug.
  • list_marketplace_tools — Browse the most popular tools on the SettleGrid marketplace with pricing and availability info.