INDIVIDUAL MCP TOOL
trickest_developer_endpoints
Get the canonical Trickest developer endpoints and how to authenticate: REST API base URL, OpenAPI spec URL, hosted MCP endpoints and the Authorization header, CLI install command, SDK package, and where to create an API token. Returns the site's own /developers/llms.txt index.
LIVE ENDPOINT
https://trickest.com
Connect to this endpoint to inspect the live schema for trickest_developer_endpoints and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests code or command execution.
- A tool name, description or schema mentions credentials.
- 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.webmcp]
url = "https://trickest.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://trickest.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://trickest.com
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": {
"webmcp": {
"url": "https://trickest.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://trickest.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://trickest.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
trickest_find_page— Search trickest.com for the page that answers a question: docs, API reference, workflow library entries, security tools, modules, glossary terms. Returns matching titles, absolute URLs and one-line summaries from the site's published /llms.txt index.trickest_find_page— Search trickest.com for the page that answers a question: docs, API reference, workflow library entries, security tools, modules, glossary terms. Returns matching titles, absolute URLs and one-line summaries from the site's published /llms.txt index.trickest_find_page— Search trickest.com for the page that answers a question: docs, API reference, workflow library entries, security tools, modules, glossary terms. Returns matching titles, absolute URLs and one-line summaries from the site's published /llms.txt index.trickest_find_page— Search trickest.com for the page that answers a question: docs, API reference, workflow library entries, security tools, modules, glossary terms. Returns matching titles, absolute URLs and one-line summaries from the site's published /llms.txt index.