Skip to content

Commit 0aae5c6

Browse files
committed
Add roadmap to README.md
1 parent 57af156 commit 0aae5c6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ When you have Actors integrated with the MCP server, you can ask:
2727
- "Provide a step-by-step guide on using the Model Context Protocol with source URLs."
2828
- "What Apify Actors I can use?"
2929

30+
In the future, we plan to load Actors dynamically and provide Apify's dataset and key-value store as resources.
31+
See the [Roadmap](#-roadmap-january-2025) for more details.
32+
3033
# 🔄 What is the Model Context Protocol?
3134

3235
The Model Context Protocol (MCP) allows AI applications (and AI agents), such as Claude Desktop, to connect to external tools and data sources.
@@ -46,7 +49,6 @@ By default, the server is pre-configured with the Actors specified below, but it
4649
'apify/instagram-scraper',
4750
'apify/rag-web-browser',
4851
'clockworks/free-tiktok-scraper',
49-
'compass/crawler-google-places',
5052
'lukaskrivka/google-maps-with-contact-details',
5153
'voyager/booking-scraper'
5254
```
@@ -306,3 +308,10 @@ npx @modelcontextprotocol/inspector node /path/to/actor-mcp-server/dist/index.js
306308
```
307309

308310
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
311+
312+
# 🚀 Roadmap (January 2025)
313+
314+
- Document examples for [Superinference.ai](https://superinterface.ai/) and [LibreChat](https://www.librechat.ai/).
315+
- Provide tools to search for Actors and load them as needed.
316+
- Add Apify's dataset and key-value store as resources.
317+
- Add tools such as Actor logs and Actor runs for debugging.

0 commit comments

Comments
 (0)