Perigon MCP Server
P

Perigon MCP Server

The official MCP server for the Perigon News API, providing various search tools for news articles, stories, journalists, sources, people, companies, etc. It supports connection through HTTP and SSE and can be used by AI assistants to obtain real-time news information.
2.5 points
9.6K

What is the Perigon MCP Server?

The Perigon MCP server is a news data interface specifically designed for AI assistants. Through the Model Context Protocol (MCP) standard, AI assistants such as Claude can directly access the powerful functions of the Perigon News API. You can search for the latest news articles, track hot topics, find journalist information, discover news sources, etc. through the AI assistant without manually accessing news websites or API interfaces.

How to use the Perigon MCP Server?

Using the Perigon MCP server is very simple: 1) Obtain a Perigon API key; 2) Add the MCP server connection information to your AI assistant configuration; 3) Start querying news data through natural language. The server supports multiple connection methods, including HTTP and SSE, and is compatible with mainstream AI development tools such as Claude Desktop and Cursor.

Applicable Scenarios

The Perigon MCP server is particularly suitable for the following scenarios: News journalists and researchers need to quickly obtain the latest news; Marketing personnel need to track industry trends and competitors; Data analysts need to collect news data for trend analysis; Content creators need to find news materials and inspiration; Ordinary users want to learn about the latest current affairs through AI assistants.

Main Features

News Article Search
Search for individual news articles, supporting multi-dimensional filtering such as keywords, geographical locations, time ranges, news sources, and journalists. Return the full article content or summary and metadata.
News Story Clustering
Search for clustered news stories and headlines. Return story summaries, sentiment analysis, and metadata to help understand major news events and trends across multiple sources.
Journalist and Media Source Discovery
Find journalists and reporters by name, publication, location, or reporting field; Discover news publications and media institutions by name, domain name, location, or audience size.
Person and Company Search
Search for public figures, politicians, celebrities, and news personalities; Find detailed information about companies and enterprises, including CEO information, number of employees, industry classification, and business description.
Wikipedia Integration
Search Wikipedia pages to obtain information on any topic, supporting semantic vector search. Return page summaries, content, categories, and metadata.
Multi-Protocol Support
Support two connection methods: HTTP (streamable) and Server-Sent Events (SSE), and is compatible with various MCP clients and development tools.
Advantages
Real-time news access: Provide the latest news data to ensure the timeliness of information
Multi-dimensional search: Support multi-condition combined search such as keywords, geographical locations, time ranges, and sources
Rich data: Provide not only news content but also associated information such as journalists, media sources, and companies
Easy integration: Easily integrate into various AI assistants and development tools through the standard MCP protocol
Semantic search: Support semantic vector search on Wikipedia to provide more accurate search results
Limitations
API key required: You need to register with Perigon and obtain an API key before use
Network dependency: A stable network connection is required to access the remote server
Learning curve: Some technical knowledge may be required for the initial configuration of the MCP server
Data scope: Mainly focus on news-related data, and other types of data are limited

How to Use

Obtain an API Key
Visit the Perigon official website to register an account and obtain an API key. This is a necessary condition for using the MCP server.
Select a Connection Method
Select the HTTP or SSE connection method according to the type supported by your MCP client. SSE is suitable for scenarios with high real-time requirements, and HTTP is more general.
Configure the MCP Client
Add the connection information of the Perigon MCP server to your AI assistant configuration file, including the server URL, authentication headers, etc.
Test the Connection
Restart the AI assistant and test whether the connection is successful. You can verify whether the function is normal through a simple news query.

Usage Examples

News Headline Query
Quickly obtain the latest headline news in a specific region or on a specific topic, suitable for users who need to keep abreast of current events.
Industry Trend Tracking
Track the news trends of specific industries or companies, suitable for marketing personnel and investors.
Journalist Information Search
Find journalist information for reporting on specific fields, suitable for public relations personnel and content creators.
Multi-Dimensional News Analysis
Conduct complex news queries by combining geographical locations, time ranges, and topics.

Frequently Asked Questions

Do I need to pay to use the Perigon MCP server?
Which AI assistants or development tools are supported?
What is the data update frequency?
How to get technical support?
Is Chinese news search supported?

Related Resources

Perigon MCP Documentation
Detailed MCP server usage documentation and configuration guide
MCP Online Experience
Online experience platform for the Perigon MCP server
Perigon Official Website
Official website of the Perigon News API
GitHub Repository
Open-source code repository for the Perigon MCP server
Model Context Protocol Official Website
Official documentation and specifications for the MCP protocol

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "perigon_news_api": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://mcp.perigon.io/v1/sse",
        "--header",
        "Authorization: Bearer ${PERIGON_API_KEY}"
      ],
      "env": {
        "PERIGON_API_KEY": "YOUR_PERIGON_API_KEY"
      }
    }
  }
}

{
  "mcpServers": {
    "perigon_news_api": {
      "url": "https://mcp.perigon.io/v1/sse",
      "type": "sse",
      "headers": {
        "Authorization": "Bearer YOUR_PERIGON_API_KEY"
      }
    }
  }
}

{
  "mcpServers": {
    "perigon_news_api": {
      "url": "https://mcp.perigon.io/v1/mcp",
      "type": "http",
      "headers": {
        "Authorization": "Bearer YOUR_PERIGON_API_KEY"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

A
Airweave
Airweave is an open - source context retrieval layer for AI agents and RAG systems. It connects and synchronizes data from various applications, tools, and databases, and provides relevant, real - time, multi - source contextual information to AI agents through a unified search interface.
Python
16.2K
5 points
P
Paperbanana
Python
8.9K
5 points
F
Finlab Ai
FinLab AI is a quantitative financial analysis platform that helps users discover excess returns (alpha) in investment strategies through AI technology. It provides a rich dataset, backtesting framework, and strategy examples, supporting automated installation and integration into mainstream AI programming assistants.
8.7K
4 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
10.7K
4.5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
9.7K
5 points
P
Praisonai
PraisonAI is a production-ready multi-AI agent framework with self-reflection capabilities, designed to create AI agents to automate the solution of various problems from simple tasks to complex challenges. It simplifies the construction and management of multi-agent LLM systems by integrating PraisonAI agents, AG2, and CrewAI into a low-code solution, emphasizing simplicity, customization, and effective human-machine collaboration.
Python
17.7K
5 points
H
Haiku.rag
Haiku RAG is an intelligent retrieval - augmented generation system built on LanceDB, Pydantic AI, and Docling. It supports hybrid search, re - ranking, Q&A agents, multi - agent research processes, and provides local - first document processing and MCP server integration.
Python
16.9K
5 points
C
Claude Context
Claude Context is an MCP plugin that provides in - depth context of the entire codebase for AI programming assistants through semantic code search. It supports multiple embedding models and vector databases to achieve efficient code retrieval.
TypeScript
32.6K
5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
39.0K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
27.2K
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
24.8K
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
80.0K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
37.3K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
70.4K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
24.9K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
56.2K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase