TrendKia MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TrendKia MCP Serversearch for articles about AI trends"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TrendKia MCP Server
An MCP server that exposes TrendKia content to AI assistants (Claude Desktop, claude.ai custom connectors, Claude Code, Cursor, etc.).
The site publishes a clean .md version of every article, so this server serves
clean text — no HTML scraping.
Tools
list_recent_articles— newest posts from the RSS feedsearch_articles— keyword search over the feed (Hindi + English)get_article— full clean markdown of one articlelist_sitemap_urls— every URL from the sitemap
Related MCP server: urltomarkdown-mcp
Run locally (Claude Desktop, stdio)
pip install -r requirements.txt
python trendkia_mcp.pyAdd to claude_desktop_config.json:
{ "mcpServers": { "trendkia": { "command": "python", "args": ["/full/path/to/trendkia_mcp.py"] } } }Run as a remote web connector (claude.ai, Pro+)
MCP_TRANSPORT=http PORT=8000 python trendkia_mcp.pyEndpoint: http://<host>:8000/mcp. Deploy with the included Dockerfile /
render.yaml, then in claude.ai go to Connectors → Add custom connector and paste
https://<your-host>/mcp.
Config
MCP_TRANSPORT—stdio(default) orhttpPORT— HTTP port (default 8000)TRENDKIA_BASE_URL— override site (default https://trendkia.com)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseDqualityDmaintenanceEnables AI assistants to reliably fetch web content as markdown and search the web by bypassing bot detection and rendering JavaScript. Provides tools to unblock URLs and search the web with results converted to markdown format.Last updated252MIT
- AlicenseAqualityDmaintenanceConverts URLs and raw HTML to clean Markdown, enabling AI assistants to read web pages for summarization, analysis, or ingestion.Last updated2281MIT
- Alicense-qualityCmaintenanceHelps AI agents search the public web and fetch content with anti-bot measures, returning clean markdown outputs suitable for citation.Last updated2Apache 2.0
- Alicense-qualityDmaintenanceEnables AI assistants to read and analyze Medium blog posts, including member-only content with login support, and search articles by author or keyword.Last updated42MIT
Related MCP Connectors
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Fetch any URL and get clean Markdown. Web scraping for AI agents.
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blockmandev/trendkia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server