INDIVIDUAL MCP TOOL
list_services
The full set of Pollyester services, each with a slug, name, one-line summary, and canonical URL.
LIVE ENDPOINT
https://www.pollyester.com/api/mcp
Connect to this endpoint to inspect the live schema for list_services and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
search— Full-text search across Pollyester's public site: services, the growth method, Journal articles, and pages.fetch— Retrieve the full text of one Pollyester page by its id (the id returned by `search`, e.g.get_company_info— Pollyester's positioning, the four capability pillars, and the canonical entity description — the same copy the site leads with.get_service— Full detail for one service by slug (from list_services): the promise, what changed, deliverables, the KPIs it moves, and related services.get_method— Pollyester's growth method.search_articles— Search Pollyester's Journal (blog) only.get_article— Full markdown of one Journal article by slug (from search_articles), with its deck, date, and canonical URL for citation.list_open_roles— Pollyester's open roles, each with title, a short summary, and a canonical /careers URL.