altdata-mcp
v0.1.0
Published
MCP server for the altdata API (Reddit, App Store reviews, Craigslist, Podcasts)
Maintainers
Readme
altdata MCP server
MCP server for the altdata API. Gives AI agents (Claude, Cursor, Cline, ...) access to data that LLMs can't fetch natively:
- Reddit subreddits, posts, comments, search
- App Store reviews + app metadata (48 countries)
- Craigslist real-estate listings (FSBO + rentals)
- iTunes podcast directory + RSS feed parsing
Install
npx altdata-mcpGet a free API key at https://altdata.fly.dev (100 credits, no card).
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"altdata": {
"command": "npx",
"args": ["-y", "altdata-mcp"],
"env": { "ALTDATA_API_KEY": "ad_your_key_here" }
}
}
}Cursor / Cline
Add the same JSON snippet under mcpServers in your client's MCP config.
Tools
| Tool | What it does |
|---|---|
| reddit_subreddit | Fetch posts from a subreddit |
| reddit_post | Fetch a post + comments by URL |
| reddit_search | Full Reddit search |
| appstore_reviews | Fetch reviews for an iOS app |
| appstore_app_info | App metadata lookup |
| craigslist_search | Real-estate listings by city + filters |
| podcast_search | Search iTunes podcast directory |
| podcast_feed | Parse a podcast RSS feed |
License
MIT
