← coreprose.com
INDIVIDUAL MCP TOOL
get_trend
Get detailed information about a specific trend by its slug.
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.coreprose-com]
url = "https://www.coreprose.com/api/mcp/sse"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coreprose-com": {
"type": "http",
"url": "https://www.coreprose.com/api/mcp/sse"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coreprose-com
Remote MCP URL: https://www.coreprose.com/api/mcp/sse
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": {
"coreprose-com": {
"url": "https://www.coreprose.com/api/mcp/sse"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coreprose-com": {
"type": "http",
"url": "https://www.coreprose.com/api/mcp/sse"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coreprose-com",
"transport": "streamable-http",
"url": "https://www.coreprose.com/api/mcp/sse"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_trends— List current hot trends.search_trends— Search trends by keyword or phrase.list_niches— List all available niches that have trends.list_articles— List public CoreProse articles (KB incidents, AI engineering posts).get_article— Get a single public CoreProse article by slug, with full content and sources.search_articles— Search public CoreProse articles by keyword (matches title, excerpt, meta description).