alberthupa/aitrends-remote-mcp-server-authless
3.2
If you are the rightful owner of aitrends-remote-mcp-server-authless and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This MCP server provides tools to interact with AI trends data, hosted on Cloudflare without authentication.
Tools
2
Resources
0
Prompts
0
AI Trends Remote MCP Server on Cloudflare (Without Auth)
This MCP server provides tools to interact with AI trends data. It includes two main functions:
- get_latest_trends: Retrieves the latest AI trends (daily, weekly, and monthly)
- ask_trends: Answers queries based on the curated AI trends dataset
To add your own tools to the MCP server, define each tool inside the init()
method of src/index.ts
using this.server.tool(...)
.