← Registry

API Tools

pollyester.com

This MCP server provides search and retrieval of content from Pollyester's public website, including services, articles, and company information.

1 endpoint9 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://www.pollyester.com/api/mcp

No auth detected

MCP server metadata

Name
pollyester
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

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

search

Full-text search across Pollyester's public site: services, the growth method, Journal articles, and pages.

Inferred read-only
fetch

Retrieve the full text of one Pollyester page by its id (the id returned by `search`, e.g.

Inferred read-only
get_company_info

Pollyester's positioning, the four capability pillars, and the canonical entity description — the same copy the site leads with.

Inferred read-only
list_services

The full set of Pollyester services, each with a slug, name, one-line summary, and canonical URL.

Inferred read-only
get_service

Full detail for one service by slug (from list_services): the promise, what changed, deliverables, the KPIs it moves, and related services.

Inferred read-only
get_method

Pollyester's growth method.

Inferred read-only
search_articles

Search Pollyester's Journal (blog) only.

Inferred read-only
get_article

Full markdown of one Journal article by slug (from search_articles), with its deck, date, and canonical URL for citation.

Inferred read-only
list_open_roles

Pollyester's open roles, each with title, a short summary, and a canonical /careers URL.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.