trendpulse-by-digestseo
v0.1.0Research current search trends, related demand, and trend-driven SEO opportunities.
By Tomi ŠeregiLicense: MIT5 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install trendpulse-by-digestseo for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add trendpulse-by-digestseo@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/AKzar1el/mcp-trendpulseClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── .mcp.json
MCP servers1
- command
- uvx
- args
- mcp-trendpulse
Plugin manifests3
{
"name": "trendpulse-by-digestseo",
"version": "0.1.0",
"description": "Research current search trends, related demand, and trend-driven SEO opportunities.",
"author": {
"name": "Tomi Šeregi",
"email": "[email protected]",
"url": "https://digestseo.com"
},
"homepage": "https://digestseo.com",
"repository": "https://github.com/AKzar1el/mcp-trendpulse",
"license": "MIT",
"keywords": [
"trends",
"seo",
"search-demand",
"news",
"research",
"mcp"
],
"interface": {
"displayName": "TrendPulse by DigestSEO",
"shortDescription": "Search trends and demand",
"longDescription": "Discover current search trends, compare keyword momentum, expand related demand, add recent-news context, and find trend-driven SEO opportunities with optional authenticated DigestSEO Search Console context.",
"developerName": "Tomi Šeregi",
"category": "Business",
"capabilities": [
"Read"
],
"websiteURL": "https://digestseo.com",
"privacyPolicyURL": "https://digestseo.com/privacy/",
"termsOfServiceURL": "https://digestseo.com/terms/",
"defaultPrompt": [
"Show me the fastest-rising search topics in the US right now.",
"Compare AI agents, agentic AI, and AI automation over the last 12 months.",
"Find trend-driven SEO opportunities around AI search optimization."
],
"brandColor": "#2563EB",
"composerIcon": "./assets/digestseo-mark.svg",
"logo": "./assets/digestseo-mark.svg"
}
}{
"name": "mcp-trendpulse",
"version": "0.2.29",
"description": "Research current Google News and Google Trends data for keyword, market, and demand analysis through the free TrendPulse MCP server.",
"author": {
"name": "Tomi Šeregi",
"email": "[email protected]"
},
"homepage": "https://akzar1el.github.io/mcp-trendpulse/",
"repository": "https://github.com/AKzar1el/mcp-trendpulse",
"license": "MIT",
"keywords": [
"mcp",
"google-news",
"google-trends",
"keyword-research",
"market-research",
"seo"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "mcp-trendpulse",
"version": "0.2.29",
"description": "Research current Google News and Google Trends data for keyword, market, and demand analysis.",
"author": {
"name": "Tomi Šeregi",
"email": "[email protected]",
"url": "https://tomiseregi.si"
},
"homepage": "https://akzar1el.github.io/mcp-trendpulse/",
"repository": "https://github.com/AKzar1el/mcp-trendpulse",
"license": "MIT",
"keywords": [
"mcp",
"google-news",
"google-trends",
"keyword-research",
"market-research",
"seo"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[trendpulse-by-digestseo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/trendpulse-by-digestseo)