Apify Mcp Server
Under maintenance
Pricing
Pay per usage
Go to Store
Apify Mcp Server
Under maintenance
0.0 (0)
Pricing
Pay per usage
0
Total users
3
Monthly users
3
Runs succeeded
0%
Last modified
a month ago
Changelog
All notable changes to this project will be documented in this file.
0.1.31 - not yet released
🚀 Features
🐛 Bug Fixes
- Apify-mcp-server max listeners warning (#113) (219f8ee) by @MQ37
- Use a new API to get Actor default build (#114) (6236e44) by @jirispilka
- Update README.md (#123) (2b82932) by @samehjarour
0.1.30 (2025-05-07)
🐛 Bug Fixes
- Stdio print error (#101) (1964e69) by @MQ37
- Actor server default tool loading (#104) (f4eca84) by @MQ37
- Stdio and streamable http client examples (#106) (8d58bfa) by @MQ37, closes #105
- Update README with a link to a blog post (#112) (bfe9286) by @jirispilka, closes #65
0.1.29 (2025-04-29)
🐛 Bug Fixes
- Add tool call timeout (#93) (409ad50) by @MQ37
- Adds glama.json file to allow claim the server on Glama (#95) (b57fe24) by @jirispilka, closes #85
- Code improvements (#91) (b43361a) by @MQ37
- Rename tools (#99) (45ffae6) by @MQ37, closes #98
0.1.28 (2025-04-22)
🐛 Bug Fixes
- Default actors not loaded (#94) (fde4c3b) by @jirispilka
0.1.27 (2025-04-22)
🐛 Bug Fixes
- Move logic to enableAddingActors and enableDefaultActors to constructor (#90) (0f44740) by @jirispilka
0.1.26 (2025-04-22)
🐛 Bug Fixes
- Readme smithery (#92) (e585cf3) by @jirispilka
0.1.25 (2025-04-21)
🐛 Bug Fixes
- Load actors as tools dynamically based on input (#87) (5238225) by @jirispilka, closes #88
0.1.24 (2025-04-21)
🚀 Features
- Decouple Actor from mcp-server, add ability to call Actorized MCP and load tools (#59) (fe8d9c2) by @MQ37, closes #55, #56
🐛 Bug Fixes
- Update search tool description (#82) (43e6dab) by @jirispilka, closes #78
- Load default Actors for the /mcp route (#86) (b01561f) by @jirispilka
0.1.23 (2025-04-16)
🐛 Bug Fixes
- Add default Actors in standby mode (#77) (4b44e78) by @jirispilka
0.1.22 (2025-04-16)
🐛 Bug Fixes
- Deprecate enableActorAutoLoading in favor of enable-adding-actors, and load tools only if not provided in query parameter (#63) (8add54c) by @jirispilka, closes #54
- CI (#75) (3433a39) by @jirispilka
- Add tools with query parameter (#76) (dc9a07a) by @jirispilka
0.1.21 (2025-03-27)
🐛 Bug Fixes
- Update README for a localhost configuration (#52) (82e8f6c) by @jirispilka, closes #51
- Update README.md guide link (#53) (cd30df2) by @jirispilka
0.1.20 (2025-03-21)
🚀 Features
- Return run information when MCP server is started in standby mode (#48) (880dccb) by @jirispilka
0.1.19 (2025-03-21)
🐛 Bug Fixes
- Update readme with correct links (#47) (2fe8cde) by @jirispilka
0.1.18 (2025-03-20)
🐛 Bug Fixes
- Truncate properties (#46) (3ee4543) by @jirispilka
0.1.17 (2025-03-18)
🐛 Bug Fixes
0.1.16 (2025-03-14)
🐛 Bug Fixes
0.1.15 (2025-03-13)
🐛 Bug Fixes
0.1.14 (2025-03-13)
🚀 Features
0.1.13 (2025-03-12)
🐛 Bug Fixes
- Update inspector command in readme (#38) (4c2323e) by @jirispilka
0.1.12 (2025-03-12)
🐛 Bug Fixes
- Rename tool name, sent
notifications/tools/list_changed
(#37) (8a00881) by @jirispilka, closes #11
0.1.11 (2025-03-06)
🐛 Bug Fixes
- Correct readme (#35) (9443d86) by @jirispilka
0.1.10 (2025-02-28)
🚀 Features
- Update README with a link to relevant blogposts (#34) (a7c8ea2) by @jirispilka
🐛 Bug Fixes
Deployment
- Dockerfile and Smithery config (#29) (dcd1a91) by @calclavia
0.1.9 (2025-02-07)
🐛 Bug Fixes
- Stdio and SSE example, improve logging (#32) (1b1852c) by @jirispilka
0.1.8 (2025-01-31)
🐛 Bug Fixes
- Actor auto loading (corret tool->Actor name conversion) (#31) (45073ea) by @jirispilka
0.1.7 (2025-01-30)
🐛 Bug Fixes
- Add internal tools for Actor discovery (#28) (193f098) by @jirispilka
- Update README.md (#30) (23bb32e) by @jirispilka
0.1.6 (2025-01-23)
🐛 Bug Fixes
- ClientSse example, update README.md (#27) (0449700) by @jirispilka
0.1.5 (2025-01-22)
🐛 Bug Fixes
- Add log to stdio (#25) (b6e58cd) by @jirispilka
- Claude desktop img link (#26) (6bd3b75) by @jirispilka
0.1.4 (2025-01-22)
🐛 Bug Fixes
- Update README.md (#22) (094abc9) by @jirispilka
- Remove code check from Release (#23) (90cafe6) by @jirispilka
0.1.3 (2025-01-21)
🚀 Features
- Update README.md with missing image, and a section on how is MCP related to AI Agents (#11) (e922033) by @jirispilka
0.1.2 (2025-01-21)
🚀 Features
- Truncate input schema, limit description to 200 characters (#10) (a194765) by @jirispilka
0.1.1 (2025-01-17)
🚀 Features
- MCP server implementation (#1) (5e2c9f0) by @jirispilka
🐛 Bug Fixes
- Update express routes to correctly handle GET and HEAD requests, fix CI (#5) (ec6e9b0) by @jirispilka
- Correct publishing of npm module (#6) (4c953e9) by @jirispilka