Newsdesk MCP for News-based Structured Intelligence
@NewsDeskDev
About Newsdesk MCP for News-based Structured Intelligence
The world's events, entities, interactions,
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"newsdesk": {
"type": "http",
"url": "https://app.newsdesk.dev/mcp"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Newsdesk MCP for News-based Structured Intelligence?
Newsdesk MCP for News-based Structured Intelligence is a hosted Model Context Protocol server that connects AI agents to NewsDesk's live structured news intelligence database. It converts raw news articles into a structured database of events, entities (17 types), relationships, and actions, allowing AI agents to query this data using natural language. It is intended for developers and users of MCP-compatible clients who need structured news analysis.
How to use Newsdesk MCP for News-based Structured Intelligence?
Create a .mcp.json file in your MCP client's working directory with the type http and URL https://app.newsdesk.dev/mcp. Restart the client; on first connection, a browser window opens for Google OAuth sign-in (a NewsDesk account is required). After signing in, you can start querying the agent with natural language questions about news entities, events, and relationships.
Key features of Newsdesk MCP for News-based Structured Intelligence
- No installation required – hosted MCP server.
- 17 entity types including people, companies, countries, and more.
- 17 tools for discovery, entity, event, relationship, action, and graph queries.
- Semantic search and structured filters for events.
- Pathfinding and multi-hop graph pattern matching.
- OAuth 2.0 with Google, no API keys to manage.
Use cases of Newsdesk MCP for News-based Structured Intelligence
- Ask an AI agent for the latest events involving a specific company or person.
- Explore relationships and connections between entities, such as politicians and organizations.
- Perform semantic searches for events related to topics like AI regulation.
- Find the shortest path or complex graph patterns between two entities.
- Retrieve structured news intelligence for automated analysis or reporting.
FAQ from Newsdesk MCP for News-based Structured Intelligence
What is NewsDesk?
NewsDesk converts raw news articles into a structured database of events, entities, relationships, and actions. The MCP server provides AI agents with direct access to query this data using natural language.
How do I set up the server?
No installation is required. Add the following configuration to your client's .mcp.json: an HTTP server with URL https://app.newsdesk.dev/mcp. Restart your client; a browser will open for Google sign-in. No API keys are needed.
What clients are supported?
Claude Code, Cursor, Windsurf, and any client that supports the MCP specification.
How does authentication work?
Authentication uses OAuth 2.0 via Google. The MCP client handles the flow automatically; a browser window opens on first connection, and the session is cached afterward. A NewsDesk account is required (request access via email if needed).
What tools are available?
There are 17 tools organized into categories: Discovery (get_schema, get_stats), Entity (search_entities, get_entity, get_entity_events), Event (get_event, get_events_batch, search_events, similar_events), Relationship (get_entity_relationships, get_relationship, entity_co_mentions), Action (get_entity_actions, get_actions_between, search_actions), and Graph (graph_query, find_paths).
Frequently asked questions
What is NewsDesk?
NewsDesk converts raw news articles into a structured database of events, entities, relationships, and actions. The MCP server provides AI agents with direct access to query this data using natural language.
How do I set up the server?
No installation is required. Add the following configuration to your client's `.mcp.json`: an HTTP server with URL `https://app.newsdesk.dev/mcp`. Restart your client; a browser will open for Google sign-in. No API keys are needed.
What clients are supported?
Claude Code, Cursor, Windsurf, and any client that supports the MCP specification.
How does authentication work?
Authentication uses OAuth 2.0 via Google. The MCP client handles the flow automatically; a browser window opens on first connection, and the session is cached afterward. A NewsDesk account is required (request access via email if needed).
What tools are available?
There are 17 tools organized into categories: Discovery (get_schema, get_stats), Entity (search_entities, get_entity, get_entity_events), Event (get_event, get_events_batch, search_events, similar_events), Relationship (get_entity_relationships, get_relationship, entity_co_mentions), Action (get_entity_actions, get_actions_between, search_actions), and Graph (graph_query, find_paths).
Basic information
More AI & Agents MCP servers
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Comments