← selltostate.com
INDIVIDUAL MCP TOOL
get_saved_searches
List every saved search the caller (x-api-key owner) can see (personal + shared workspace).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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.selltostate-com]
url = "https://app.selltostate.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"selltostate-com": {
"type": "http",
"url": "https://app.selltostate.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: selltostate-com
Remote MCP URL: https://app.selltostate.com/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": {
"selltostate-com": {
"url": "https://app.selltostate.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"selltostate-com": {
"type": "http",
"url": "https://app.selltostate.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "selltostate-com",
"transport": "streamable-http",
"url": "https://app.selltostate.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
whoami— Self-introspection: resolve the caller's identity + entitlement + granted scopes.search_awards— Search awarded GeBIZ tenders (filters: q, agency, supplier, category, year, amount_min, amount_max).get_supplier— All awards for one supplier (by display-name match).get_agency— All awards for one agency (by slug or display-name match).export— Export a filtered award set as CSV.get_buyer— Buyer (agency) detail by slug: summary stats, yearly spend trend, sector breakdown, and top suppliers.get_buyer_detail— Alias of get_buyer (back-compat).get_supplier_detail— Supplier detail by slug: summary stats, yearly awarded trend, sector breakdown, and top buyers.