streamable-httpMITupdated 1mo ago
Registry manifests for two hosted Model Context Protocol servers. Both run as Apify Actors in Standby mode and speak Streamable HTTP.
Instagram Profile MCP Server で何ができる?
Apify MCP servers
Registry manifests for two hosted Model Context Protocol servers. Both run as Apify Actors in Standby mode and speak Streamable HTTP.
This repository holds the server.json files only — it is the public home the
MCP registry points at. The server implementations
live in their own repositories.
Servers
io.github.afanasenkoa/zillow-mcp-server
Zillow property and agent data. Three tools:
| Tool | What it does |
|---|---|
zillow_search_by_zip |
Homes for sale, for rent or sold in one or more US ZIP codes |
zillow_search_by_url |
Any Zillow search, browse, sold or single-property URL, filters included |
zillow_lookup_property |
One property by zpid |
Each row carries address, price, beds and baths, agent name, email and phone, Zestimate, schools, photos and price history.
Endpoint: https://afanasenko--zillow-mcp-server.apify.actor/mcp
Store page: https://apify.com/afanasenko/zillow-mcp-server
io.github.afanasenkoa/instagram-profile-mcp-server
Instagram profile data. Six tools:
| Tool | What it does |
|---|---|
instagram_analyze_followers_following |
Export the follower or following list of a public account |
instagram_analyze_specific_accounts |
Enrich a list of handles you already have |
instagram_network_expansion |
Expand seed handles through Instagram's Suggested for You |
instagram_keyword_discovery |
Find accounts by keyword |
instagram_location_discovery |
Find accounts by location |
instagram_post_engagement_discovery |
The accounts that engaged with a given post |
Up to 38 fields per profile, including emails, bio links, engagement rate, business category and language.
Endpoint: https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp
Store page: https://apify.com/afanasenko/instagram-profile-scraper-mcp-server
Connecting
Both endpoints require an Apify API token, passed as a bearer token. Create one under Apify Console → Integrations.
{
"mcpServers": {
"zillow": {
"type": "http",
"url": "https://afanasenko--zillow-mcp-server.apify.actor/mcp",
"headers": { "Authorization": "Bearer <APIFY_TOKEN>" }
}
}
}
An unauthenticated request returns 401 with api-token-missing — that is the Standby actor
asking for the token, not an outage.
Both servers are billed per result through Apify's pay-per-event model, at the same price as the batch actor behind them. A tool call starts a real run, so it costs what that run costs.
Publishing
mcp-publisher login github
mcp-publisher publish server-zillow.json
mcp-publisher publish server-instagram.json
Bump version in the manifest whenever the underlying actor's version changes, or the registry
rejects the publish as a duplicate.
Licence
MIT — see LICENSE. The licence covers these manifests; the actors themselves are commercial and are not distributed here.
インストール
Instagram Profile MCP Server をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http instagram-profile-mcp-server https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcpcodex mcp add instagram-profile-mcp-server --url https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp{
"mcpServers": {
"instagram-profile-mcp-server": {
"url": "https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"instagram-profile-mcp-server": {
"type": "http",
"url": "https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"instagram-profile-mcp-server": {
"url": "https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"instagram-profile-mcp-server": {
"serverUrl": "https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント22/25
- メンテナンス16/25
- 信頼性13/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 33 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.0.24最新 | 2026年7月29日 |
| 0.0.21 | 2026年7月29日 |