← thinkpattern.ai
INDIVIDUAL MCP TOOL
get_latest_news
Return the stories ThinkPattern is tracking right now, most significant first, optionally filtered to one topic.
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.thinkpattern]
url = "https://thinkpattern.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"thinkpattern": {
"type": "http",
"url": "https://thinkpattern.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: thinkpattern
Remote MCP URL: https://thinkpattern.ai/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": {
"thinkpattern": {
"url": "https://thinkpattern.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"thinkpattern": {
"type": "http",
"url": "https://thinkpattern.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "thinkpattern",
"transport": "streamable-http",
"url": "https://thinkpattern.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_news— Search ThinkPattern's multi-source news coverage and return the most relevant stories as grounded cards: headline, short summary, the outlets reporting it, how many independent outlets covered it, when it was first reported, and a link to the full story.