Perigon MCP Server
Rank #17,699glama/goperigon/perigon-mcp-server
Enables access to comprehensive news data through the Perigon API, including searching for articles, stories, journalists, sources, people, companies, topics, and Wikipedia content with advanced filtering capabilities.
Perigon MCP Server is a Model Context Protocol (MCP) server published by goperigon. It ranks #17,699 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Perigon MCP Server is listed across 3 registries — Glama, PulseMCP and mcp.so, and ships as a single rolling release with no explicit version metadata. It was first listed on May 7, 2025.
Ranks ahead of 97,892 of 115,591 servers on MCP Toplist.
Use Perigon MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http perigon-mcp-server https://mcp.perigon.io/v1/mcp[mcp_servers.perigon-mcp-server]
url = "https://mcp.perigon.io/v1/mcp"Add to ~/.codex/config.toml.
https://mcp.perigon.io/v1/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"perigon-mcp-server": {
"url": "https://mcp.perigon.io/v1/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"perigon-mcp-server": {
"type": "http",
"url": "https://mcp.perigon.io/v1/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"perigon-mcp-server": {
"serverUrl": "https://mcp.perigon.io/v1/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"perigon-mcp-server": {
"url": "https://mcp.perigon.io/v1/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fgoperigon%2Fperigon-mcp-server)<a href="https://mcptoplist.com/server/glama%2Fgoperigon%2Fperigon-mcp-server"><img src="https://mcptoplist.com/badge/glama%2Fgoperigon%2Fperigon-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
goperigon
Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Perigon MCP Server?
- Perigon MCP Server is maintained by goperigon, which publishes 1 MCP server (0 total versions) tracked on MCP Toplist.
- Is Perigon MCP Server listed on the Official MCP Registry?
- Perigon MCP Server is not on the Official MCP Registry. It is listed on Glama, PulseMCP and mcp.so.
- How many versions does Perigon MCP Server have?
- Perigon MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Perigon MCP Server?
- The source code for Perigon MCP Server is hosted at github.com/goperigon/perigon-mcp-server.