๐ง Dev Tools MCP โ AI Code & Package Search
Pricing
from $2.00 / 1,000 results
๐ง Dev Tools MCP โ AI Code & Package Search
MCP server for AI agents to search GitHub, npm, PyPI, StackOverflow & ArXiv. Connect Claude, GPT or any AI to dev ecosystems. 7 tools for developer intelligence.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Stephan Corbeil
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
3 hours ago
Last modified
Categories
Share
Developer Tools MCP Server
Connect your AI coding agent to developer ecosystem data. Search GitHub repos, look up npm/PyPI packages, find StackOverflow answers, and search academic papers on arXiv and Google Scholar.
Tools
get_github_repo
Get stats for any GitHub repo โ stars, forks, issues, language, description.
search_github
Search GitHub repositories by keyword.
get_npm_package
Look up npm package details โ version, downloads, dependencies.
get_pypi_package
Look up Python package details from PyPI.
search_stackoverflow
Search StackOverflow for programming Q&A.
search_arxiv
Search arXiv for CS, ML, AI, physics, and math papers.
search_google_scholar
Search Google Scholar for academic research and citations.
Connect
{"mcpServers": {"devtools": {"url": "https://nexgendata--developer-tools-mcp-server.apify.actor/mcp","headers": {"Authorization": "Bearer YOUR_APIFY_TOKEN"}}}}
Pricing
$0.01 per tool call via pay-per-event.
Built by nexgendata.
Related Tools
- SEO & Web Analysis MCP Server โ SEO analysis and web metrics via MCP
- GitHub Repository Analytics MCP Server โ GitHub repo data via MCP
๐ป Code Example โ Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/developer-tools-mcp-server").call(run_input={# Fill in the input shape from the actor's input_schema})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
๐ Code Example โ cURL
curl -X POST "https://api.apify.com/v2/acts/nexgendata~developer-tools-mcp-server/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{ /* input schema */ }'
โ FAQ
Q: How do I get started? Sign up at apify.com, grab your API token from Settings โ Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).
Q: What's the typical cost per run? See the pricing section below. Most runs finish under $0.10 for typical batches.
Q: Is this actor maintained? Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.
Q: Can I use the output commercially? Yes โ you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.
Q: How do I handle rate limits? Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.
๐ฐ Pricing
Pay-per-event pricing โ you only pay for what you actually extract.
- Actor Start: $0.0001
- result: $0.0020
๐ Related NexGenData Actors
๐ Apify Affiliate Program
New to Apify? Sign up with our referral link โ you get free platform credits on signup, and you help fund the maintenance of this actor fleet.
๐ More From NexGenData
Explore the full catalog, tutorials, Gumroad data packs, and newsletter at thenextgennexus.com โ the brand home for everything we ship.
- ๐ Tutorials & how-to guides
- ๐๏ธ Full actor catalog with usage examples
- ๐ฆ Gumroad data packs (one-time purchases)
- ๐ฌ Newsletter โ monthly drops of new actors and revenue experiments
Built and maintained by NexGenData โ 165+ actors covering scraping, enrichment, MCP servers, and automation. ๐ Home: thenextgennexus.com
