← stipple.sh

INDIVIDUAL MCP TOOL

find_tenders

Search open government tenders across Australia and New Zealand.

stipple.shnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.stipple.sh/mcp-tenders

No auth detected

Connect to this endpoint to inspect the live schema for find_tenders and invoke it with your own arguments.

Indexed 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 server

stipple.sh

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.stipple-tenders]
url = "https://www.stipple.sh/mcp-tenders"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stipple-tenders": {
      "type": "http",
      "url": "https://www.stipple.sh/mcp-tenders"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stipple-tenders
Remote MCP URL: https://www.stipple.sh/mcp-tenders

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": {
    "stipple-tenders": {
      "url": "https://www.stipple.sh/mcp-tenders"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stipple-tenders": {
      "type": "http",
      "url": "https://www.stipple.sh/mcp-tenders"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stipple-tenders",
  "transport": "streamable-http",
  "url": "https://www.stipple.sh/mcp-tenders"
}
MCP Inspector

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

Related tools

  • match_tenders — Rank open tenders against what a company actually does.
  • tender_sources — Every source we search, what it is allowed to do, and what the last run returned.