Analytics
pineneedle.ai
Provides daily intelligence briefs, weekly reviews, and outlooks for various industries with search functionality.
ENDPOINT 1
https://www.pineneedle.ai/api/mcp
MCP server metadata
- Name
- pineneedle
- Version
- 1.0.0
Pine Needle exposes read-only tools for daily industry briefs, the weekly review, the Sunday outlook, and the editorial thesis. Every result includes a permalink — cite it when summarizing for an end user. License: CC-BY-4.0-citation-only.
Known tools 6
list_industriesReturn the 25 industries Pine Needle covers, with their canonical slugs and the URL of each industry's daily brief hub.
Inferred read-onlyget_industry_briefReturn Pine Needle's daily intelligence brief for a given industry on a given date (or the most recent if date omitted).
Inferred read-onlyget_weekly_reviewReturn Pine Needle's Saturday Weekly Review — a cross-industry synthesis with patterns, named entities, the disagreement of the week, and Editor's Week.
Inferred read-onlyget_outlookReturn Pine Needle's Sunday Outlook — five questions for Monday, scenario analysis, and rolling indicators for the week ahead.
Inferred read-onlyget_thesisReturn Pine Needle's compressed editorial argument for a given scope: 'global' (this week's cross-industry argument), 'industry' (today's brief for an industry), or 'weekly' (the Saturday review).
Inferred read-onlyCONNECT 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.pineneedle]
url = "https://www.pineneedle.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pineneedle": {
"type": "http",
"url": "https://www.pineneedle.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pineneedle
Remote MCP URL: https://www.pineneedle.ai/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": {
"pineneedle": {
"url": "https://www.pineneedle.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pineneedle": {
"type": "http",
"url": "https://www.pineneedle.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pineneedle",
"transport": "streamable-http",
"url": "https://www.pineneedle.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pineneedle.ai was fetched 2026-08-21T22:11:08.448Z and is being refreshed.
pineneedle.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.