universal-mcp 0.1.7rc2__py3-none-any.whl → 0.1.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. universal_mcp/__init__.py +0 -2
  2. universal_mcp/analytics.py +75 -0
  3. universal_mcp/applications/ahrefs/README.md +76 -0
  4. universal_mcp/applications/ahrefs/app.py +2291 -0
  5. universal_mcp/applications/application.py +95 -5
  6. universal_mcp/applications/calendly/README.md +78 -0
  7. universal_mcp/applications/calendly/__init__.py +0 -0
  8. universal_mcp/applications/calendly/app.py +1195 -0
  9. universal_mcp/applications/coda/README.md +133 -0
  10. universal_mcp/applications/coda/__init__.py +0 -0
  11. universal_mcp/applications/coda/app.py +3671 -0
  12. universal_mcp/applications/e2b/app.py +14 -35
  13. universal_mcp/applications/figma/README.md +74 -0
  14. universal_mcp/applications/figma/__init__.py +0 -0
  15. universal_mcp/applications/figma/app.py +1261 -0
  16. universal_mcp/applications/firecrawl/app.py +29 -32
  17. universal_mcp/applications/github/app.py +127 -85
  18. universal_mcp/applications/google_calendar/app.py +62 -138
  19. universal_mcp/applications/google_docs/app.py +47 -52
  20. universal_mcp/applications/google_drive/app.py +119 -113
  21. universal_mcp/applications/google_mail/app.py +124 -50
  22. universal_mcp/applications/google_sheet/app.py +89 -91
  23. universal_mcp/applications/markitdown/app.py +9 -8
  24. universal_mcp/applications/notion/app.py +254 -134
  25. universal_mcp/applications/perplexity/app.py +13 -45
  26. universal_mcp/applications/reddit/app.py +94 -85
  27. universal_mcp/applications/resend/app.py +12 -23
  28. universal_mcp/applications/{serp → serpapi}/app.py +14 -33
  29. universal_mcp/applications/tavily/app.py +11 -28
  30. universal_mcp/applications/wrike/README.md +71 -0
  31. universal_mcp/applications/wrike/__init__.py +0 -0
  32. universal_mcp/applications/wrike/app.py +1372 -0
  33. universal_mcp/applications/youtube/README.md +82 -0
  34. universal_mcp/applications/youtube/__init__.py +0 -0
  35. universal_mcp/applications/youtube/app.py +1428 -0
  36. universal_mcp/applications/zenquotes/app.py +12 -2
  37. universal_mcp/exceptions.py +9 -2
  38. universal_mcp/integrations/__init__.py +24 -1
  39. universal_mcp/integrations/agentr.py +27 -4
  40. universal_mcp/integrations/integration.py +143 -30
  41. universal_mcp/logger.py +3 -56
  42. universal_mcp/servers/__init__.py +6 -14
  43. universal_mcp/servers/server.py +201 -146
  44. universal_mcp/stores/__init__.py +7 -2
  45. universal_mcp/stores/store.py +103 -40
  46. universal_mcp/tools/__init__.py +3 -0
  47. universal_mcp/tools/adapters.py +43 -0
  48. universal_mcp/tools/func_metadata.py +213 -0
  49. universal_mcp/tools/tools.py +342 -0
  50. universal_mcp/utils/docgen.py +325 -119
  51. universal_mcp/utils/docstring_parser.py +179 -0
  52. universal_mcp/utils/dump_app_tools.py +33 -23
  53. universal_mcp/utils/installation.py +199 -8
  54. universal_mcp/utils/openapi.py +229 -46
  55. {universal_mcp-0.1.7rc2.dist-info → universal_mcp-0.1.8.dist-info}/METADATA +9 -5
  56. universal_mcp-0.1.8.dist-info/RECORD +81 -0
  57. universal_mcp-0.1.7rc2.dist-info/RECORD +0 -58
  58. /universal_mcp/{utils/bridge.py → applications/ahrefs/__init__.py} +0 -0
  59. /universal_mcp/applications/{serp → serpapi}/README.md +0 -0
  60. {universal_mcp-0.1.7rc2.dist-info → universal_mcp-0.1.8.dist-info}/WHEEL +0 -0
  61. {universal_mcp-0.1.7rc2.dist-info → universal_mcp-0.1.8.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,71 @@
1
+
2
+ # Wrike MCP Server
3
+
4
+ An MCP Server for the Wrike API.
5
+
6
+ ## Supported Integrations
7
+
8
+ - AgentR
9
+ - API Key (Coming Soon)
10
+ - OAuth (Coming Soon)
11
+
12
+ ## Tools
13
+
14
+ This is automatically generated from OpenAPI schema for the Wrike API.
15
+
16
+ ## Supported Integrations
17
+
18
+ This tool can be integrated with any service that supports HTTP requests.
19
+
20
+ ## Tool List
21
+
22
+ | Tool | Description |
23
+ |------|-------------|
24
+ | get_contacts | Retrieves a list of contacts from the server, with optional filtering and field selection. |
25
+ | get_contacts_by_contactid | Retrieves contact information for a specific contact ID, optionally returning only specified fields. |
26
+ | put_contacts_by_contactid | Updates an existing contact by contact ID with provided details such as metadata, billing and cost rates, job role, custom fields, or additional fields. |
27
+ | get_users_by_userid | Retrieves user information for a given user ID from the API endpoint. |
28
+ | put_users_by_userid | Updates a user's profile information by user ID using a PUT request. |
29
+ | get_groups | Retrieves a list of groups from the API, applying optional filtering and pagination parameters. |
30
+ | post_groups | Creates a new group with the specified title and optional details, sending a POST request to the groups endpoint. |
31
+ | get_groups_by_groupid | Retrieves details for a specific group by its group ID, optionally returning only specified fields. |
32
+ | put_groups_by_groupid | Updates an existing group identified by groupId with new properties and membership changes via a PUT request. |
33
+ | delete_groups_by_groupid | Deletes a group resource identified by the provided groupId using an HTTP DELETE request. |
34
+ | put_groups_bulk | Updates multiple group memberships in bulk by sending a PUT request with the given members data. |
35
+ | get_invitations | Retrieves all invitations from the server using a GET request. |
36
+ | post_invitations | Sends an invitation email to a user with optional details such as name, role, and custom message. |
37
+ | put_invitations_by_invitationid | Updates an existing invitation by invitation ID with optional fields such as resend, role, external, and user type ID. |
38
+ | delete_invitations_by_invitationid | Deletes an invitation specified by its invitation ID. |
39
+ | get_a_ccount | Retrieves account information from the API, optionally including only specified fields. |
40
+ | put_a_ccount | Sends a PUT request to update or create an account with the provided metadata and returns the server response as a JSON object. |
41
+ | get_workflows | Retrieves all workflows from the server using a GET request. |
42
+ | post_workflows | Creates a new workflow by sending a POST request to the workflows endpoint. |
43
+ | put_workflows_by_workflowid | Updates an existing workflow by workflow ID with optional name, hidden status, and request body data. |
44
+ | get_customfields | Retrieves all custom fields from the API and returns them as a parsed JSON object. |
45
+ | post_customfields | Creates a custom field by sending a POST request with the specified parameters to the customfields endpoint and returns the created field's data. |
46
+ | get_customfields_by_customfieldid | Retrieves details for a custom field by its unique identifier from the API. |
47
+ | put_customfields_by_customfieldid | Updates a custom field specified by its ID with the provided parameters using an HTTP PUT request. |
48
+ | delete_customfields_by_customfieldid | Deletes a custom field resource identified by its custom field ID. |
49
+ | get_folders | Retrieves a list of folders from the API, supporting extensive filtering, pagination, and field selection. |
50
+ | get_folders_by_folderid_folders | Retrieves subfolders of a specified folder, applying optional filters and pagination parameters. |
51
+ | post_folders_by_folderid_folders | Creates a new subfolder within a specified folder by folder ID, with configurable attributes such as title, description, sharing, metadata, and permissions. |
52
+ | delete_folders_by_folderid | Deletes a folder resource identified by its folder ID via an HTTP DELETE request. |
53
+ | put_folders_by_folderid | Updates a folder's properties and relationships by folder ID using a PUT request. |
54
+ | get_tasks | Retrieves tasks from the API with optional filtering, sorting, pagination, and field selection parameters. |
55
+ | get_tasks_by_taskid | Retrieves a task by its ID from the remote service, optionally returning only specified fields. |
56
+ | put_tasks_by_taskid | Updates the properties and relationships of a task specified by its ID, applying the given changes and returning the updated task data as a JSON object. |
57
+ | delete_tasks_by_taskid | Deletes a task identified by the given task ID via an HTTP DELETE request and returns the response as a JSON object. |
58
+ | post_folders_by_folderid_tasks | Creates a new task within a specified folder by folder ID, with configurable attributes such as title, description, status, importance, dates, assigned users, metadata, custom fields, and other options. |
59
+
60
+
61
+
62
+ ## Usage
63
+
64
+ - Login to AgentR
65
+ - Follow the quickstart guide to setup MCP Server for your client
66
+ - Visit Apps Store and enable the Wrike app
67
+ - Restart the MCP Server
68
+
69
+ ### Local Development
70
+
71
+ - Follow the README to test with the local MCP Server
File without changes