← spygloss.com
INDIVIDUAL MCP TOOL
get_spygloss_pilot
Return the official pilot signup URL and explain that signup is completed by the user on the website.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.spygloss-com]
url = "https://spygloss.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"spygloss-com": {
"type": "http",
"url": "https://spygloss.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: spygloss-com
Remote MCP URL: https://spygloss.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": {
"spygloss-com": {
"url": "https://spygloss.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"spygloss-com": {
"type": "http",
"url": "https://spygloss.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "spygloss-com",
"transport": "streamable-http",
"url": "https://spygloss.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_spygloss_site_info— Return canonical public information about SpyGloss, its fictional content, availability and first-party pages.get_spygloss_support— Return the official support address and support page.