← tylerewillis.com
INDIVIDUAL MCP TOOL
recent_changes
Return recent activity across the intelligence datasets — new entries, price moves, status changes (acquisitions, shutdowns, pivots), trajectory shifts.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.tylerewillis-com]
url = "https://tylerewillis.com/intelligence/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tylerewillis-com": {
"type": "http",
"url": "https://tylerewillis.com/intelligence/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tylerewillis-com
Remote MCP URL: https://tylerewillis.com/intelligence/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": {
"tylerewillis-com": {
"url": "https://tylerewillis.com/intelligence/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tylerewillis-com": {
"type": "http",
"url": "https://tylerewillis.com/intelligence/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tylerewillis-com",
"transport": "streamable-http",
"url": "https://tylerewillis.com/intelligence/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_intelligence— Semantic search across one or all intelligence datasets at tylerewillis.com.get_intelligence— Fetch a single entity by dataset and slug.