VOOZH about

URL: https://apify.com/fetchcraft/dev-ai-ecosystem-mcp

⇱ Dev & AI Research MCP Server for AI Agents Β· Apify


πŸ‘ Dev & AI Research MCP Server - Hugging Face, GitHub, HN avatar

Dev & AI Research MCP Server - Hugging Face, GitHub, HN

Pricing

Pay per usage

Go to Apify Store

Dev & AI Research MCP Server - Hugging Face, GitHub, HN

MCP server giving AI agents 6 dev/AI research tools: search Hugging Face models, GitHub trending, analyze GitHub repos, top dev.to articles, Show HN launches, Product Hunt daily. Streamable HTTP, works with Claude/Cursor/Cline. $0.10 per tool call.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Emily Ward

Emily Ward

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

Dev & AI Ecosystem MCP

πŸ‘ Dev & AI Ecosystem MCP

Give your AI agent 6 dev/AI research tools: trending models and repos, OSS analysis, and the launch communities. Built for dev tooling research, AI ecosystem analysis, and technical due diligence. Runs in Apify Standby mode (warm, responds in seconds). Free to try right now (in the 14-day price-notice window), then $0.10 per tool call.

Connect in 30 seconds

The server speaks Streamable HTTP at /mcp. Add this to your MCP client config:

{
"mcpServers":{
"dev-ai-ecosystem":{
"url":"https://fetchcraft--dev-ai-ecosystem-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN"
}
}
}

Works in Claude Desktop, Cursor, Cline, Windsurf, VS Code, and any Streamable-HTTP MCP client.

Get your token: sign in at apify.com, then Settings, then Integrations, then copy your Personal API token. Paste it in place of YOUR_APIFY_TOKEN. The first call wakes the standby server (about 5 seconds); after that, calls are instant.

Test it works (replace the token):

curl-s-X POST "https://fetchcraft--dev-ai-ecosystem-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN"\
-H"Content-Type: application/json"-H"Accept: application/json, text/event-stream"\
-d'{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

What you get

A representative result (clean structured JSON):

{
"model_id":"meta-llama/Llama-3.1-8B-Instruct",
"downloads":11146200,
"likes":6021,
"trending_score":766,
"pipeline_tag":"text-generation"
}

Tools

ToolWhat it does
search_huggingface_modelsHF models by downloads, likes, trending, author
github_trendingGitHub trending repos by day/week/month and language
analyze_github_reposStars, languages, contributors, activity for repos
devto_top_articlesTop dev.to articles by reactions, filtered by tag
show_hn_launchesShow HN launches with maker info, points, comments
producthunt_dailyProduct Hunt daily launches with makers, upvotes, tags

Each tool runs a maintained fetchcraft Apify Actor under the hood and returns clean structured JSON. No LLM key, no scraping infrastructure to manage.

Example agent prompts

  • "Top trending text-generation models on Hugging Face?" -> search_huggingface_models
  • "What is trending on GitHub in Python today?" -> github_trending
  • "Analyze vercel/next.js." -> analyze_github_repos

Pricing

  • Free right now. Every tool call is free during the 14-day price-notice window.
  • After that: $0.10 per tool call, flat. No subscription, no seat licenses, no minimum.
  • Every Apify account includes $5/month in free platform credits (= 50 free tool calls every month).

FAQ

Which MCP clients work? Any client supporting Streamable HTTP: Claude Desktop, Cursor, Cline, Windsurf, VS Code, and others.

Do I need an LLM key? No. Connect your Apify token and go.

Is the first call slow? Only the very first one, while the standby server wakes (about 5 seconds). Subsequent calls are instant.

Can I get the full fetchcraft suite? Yes, 28 scrapers plus 6 MCP servers under the fetchcraft publisher. Storefront: https://ai-sales-personalizer.vercel.app/scrapers

Support

Found a bug or want a new tool? Open an issue on the Actor's Issues tab.

Last Updated

2026-06-17

You might also like

GitHub Trending Scraper

automation-lab/github-trending-scraper

Scrape GitHub Trending repositories by language and time range: today, this week, or this month. Extracts repo names, star counts, forks, star gains, and top contributors. Great for dev trend tracking, tech newsletters, and investment research. Export to JSON, CSV, or Excel.

πŸ‘ User avatar

Stas Persiianenko

62

GitHub Scraper

automation-lab/github-scraper

Extract data from GitHub β€” repository details, developer profiles, trending repos, and search results. Stars, forks, languages, topics, and more. No API key needed.

πŸ‘ User avatar

Stas Persiianenko

37

πŸ“Š GitHub Repo Stats β€” Deep Analytics

nexgendata/github-repo-stats

Deep stats for any GitHub repo β€” stars over time, contributor activity, commit cadence, issue/PR velocity, language breakdown. OSS Insight, Sourcegraph & GitHub Analytics alternative for dev intelligence and OSS due diligence. Pay per repo.

Y Combinator Scraper β€” Companies, Founders & Jobs

khadinakbar/ycombinator-scraper

Scrape the YC ecosystem in one actor: 5,700+ companies, 8,000+ founders with socials, 3,000+ jobs with salary/equity/visa, news & launches. Paste any YC URL or filter by batch, industry, region, hiring. MCP-ready, $0.005/result.

MCP Server: HackerNews β€” Search, Comments, Show HN

dltik/mcp-server-hackernews

Apify MCP server for AI agents: 6 tools to query HackerNews via Algolia API. Search stories/comments, top front page, Show HN trending, user profiles. Free official API, $0.005/call.

Hacker News Scraper

automation-lab/hackernews-scraper

Scrape Hacker News stories from any section: front page, newest, Ask HN, Show HN, jobs, and best. Extracts titles, URLs, points, authors, comment counts, and post ages. Great for tech trend detection, content curation, and newsletter creation. Export to JSON, CSV, or Excel.

πŸ‘ User avatar

Stas Persiianenko

17