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.pineneedle-ai]
url = "https://www.pineneedle.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pineneedle-ai": {
"type": "http",
"url": "https://www.pineneedle.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pineneedle-ai
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-ai": {
"url": "https://www.pineneedle.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pineneedle-ai": {
"type": "http",
"url": "https://www.pineneedle.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pineneedle-ai",
"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.
Related tools
list_industries— Return the 25 industries Pine Needle covers, with their canonical slugs and the URL of each industry's daily brief hub.get_industry_brief— Return Pine Needle's daily intelligence brief for a given industry on a given date (or the most recent if date omitted).get_weekly_review— Return Pine Needle's Saturday Weekly Review — a cross-industry synthesis with patterns, named entities, the disagreement of the week, and Editor's Week.get_outlook— Return Pine Needle's Sunday Outlook — five questions for Monday, scenario analysis, and rolling indicators for the week ahead.get_thesis— Return 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).