API Tools
pollyester.com
This MCP server provides search and retrieval of content from Pollyester's public website, including services, articles, and company information.
ENDPOINT 1
https://www.pollyester.com/api/mcp
MCP server metadata
- Name
- pollyester
- Version
- 1.0.0
Pollyester is an AI-native growth agency for commerce brands. This server exposes the agency's public content read-only. Use `search` then `fetch` for open-ended questions; use the domain tools (get_company_info, list_services, get_service, get_method, search_articles, get_article, list_open_roles) for specific lookups. Every response cites a canonical www.pollyester.com URL. This server performs no actions and submits nothing — to start an engagement or apply for a role, a human uses https://www.pollyester.com/contact or /careers.
Known tools 9
searchFull-text search across Pollyester's public site: services, the growth method, Journal articles, and pages.
Inferred read-onlyfetchRetrieve the full text of one Pollyester page by its id (the id returned by `search`, e.g.
Inferred read-onlyget_company_infoPollyester's positioning, the four capability pillars, and the canonical entity description — the same copy the site leads with.
Inferred read-onlylist_servicesThe full set of Pollyester services, each with a slug, name, one-line summary, and canonical URL.
Inferred read-onlyget_serviceFull detail for one service by slug (from list_services): the promise, what changed, deliverables, the KPIs it moves, and related services.
Inferred read-onlyget_articleFull markdown of one Journal article by slug (from search_articles), with its deck, date, and canonical URL for citation.
Inferred read-onlylist_open_rolesPollyester's open roles, each with title, a short summary, and a canonical /careers URL.
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.pollyester]
url = "https://www.pollyester.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pollyester": {
"type": "http",
"url": "https://www.pollyester.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pollyester
Remote MCP URL: https://www.pollyester.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": {
"pollyester": {
"url": "https://www.pollyester.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pollyester": {
"type": "http",
"url": "https://www.pollyester.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pollyester",
"transport": "streamable-http",
"url": "https://www.pollyester.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.