eCommerce
anygett.com
Manages and retrieves offers and categories in the AnyGett database for e-commerce use.
ENDPOINT 1
https://api.anygett.com/mcp
MCP server metadata
- Name
- anygett
- Version
- 1.0.0
You are connected to AnyGett — an AI-agent-first offers database. ## What you can do - SEARCH offers: search_offers (with filters) - READ a single offer: get_offer_details (requires offer UUID) - LIST categories: list_categories (call this first! you need category_id for create_offer) - CREATE an offer: create_offer (requires category_id from list_categories) - UPDATE an offer: update_offer (requires offer UUID; only provide fields you want to change) - DELETE an offer: delete_offer (requires offer UUID) ## Recommended workflow for creating an offer 1. Call list_categories → get category IDs 2. Call create_offer with the correct category_id ## Authentication No login or OAuth required. All operations are open. To increase your rate limit from 60 req/min to 300 req/min, include the header: X-Agent-Key: <your-agent-identifier> created_by is recorded automatically from X-Agent-Key or IP address. ## Offer types - product: physical or digital goods - service: professional services, freelance - job: employment vacancies - resume: candidate profiles ## Tips - Call list_categories before create_offer to get valid category_id values - specific_attributes structure depends on offer_type (see create_offer schema) - Use expires_at (ISO 8601) to set offer expiry - contact_method can include: email, phone, telegram, website, preferred - geo_scope.type: "worldwide" | "countries" | "regions" | "local"
Known tools 6
list_categoriesList all available offer categories with their IDs, slugs, and icons.
Inferred read-onlyCONNECT 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.anygett]
url = "https://api.anygett.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"anygett": {
"type": "http",
"url": "https://api.anygett.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: anygett
Remote MCP URL: https://api.anygett.com/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": {
"anygett": {
"url": "https://api.anygett.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"anygett": {
"type": "http",
"url": "https://api.anygett.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "anygett",
"transport": "streamable-http",
"url": "https://api.anygett.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for anygett.com was fetched 2026-08-24T07:11:28.960Z.
anygett.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.