universal-mcp 0.1.8rc4__py3-none-any.whl → 0.1.9rc2__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.
- universal_mcp/applications/__init__.py +7 -2
- universal_mcp/applications/application.py +151 -114
- universal_mcp/applications/cal_com_v2/README.md +175 -0
- universal_mcp/applications/cal_com_v2/__init__.py +0 -0
- universal_mcp/applications/cal_com_v2/app.py +5390 -0
- universal_mcp/applications/clickup/README.md +160 -0
- universal_mcp/applications/clickup/__init__.py +0 -0
- universal_mcp/applications/clickup/app.py +5009 -0
- universal_mcp/applications/falai/README.md +42 -0
- universal_mcp/applications/falai/__init__.py +0 -0
- universal_mcp/applications/falai/app.py +332 -0
- universal_mcp/applications/gong/README.md +88 -0
- universal_mcp/applications/gong/__init__.py +0 -0
- universal_mcp/applications/gong/app.py +2297 -0
- universal_mcp/applications/hashnode/app.py +81 -0
- universal_mcp/applications/hashnode/prompt.md +23 -0
- universal_mcp/applications/heygen/README.md +69 -0
- universal_mcp/applications/heygen/__init__.py +0 -0
- universal_mcp/applications/heygen/app.py +956 -0
- universal_mcp/applications/mailchimp/README.md +306 -0
- universal_mcp/applications/mailchimp/__init__.py +0 -0
- universal_mcp/applications/mailchimp/app.py +10937 -0
- universal_mcp/applications/markitdown/app.py +2 -2
- universal_mcp/applications/perplexity/app.py +0 -1
- universal_mcp/applications/replicate/README.md +65 -0
- universal_mcp/applications/replicate/__init__.py +0 -0
- universal_mcp/applications/replicate/app.py +980 -0
- universal_mcp/applications/retell_ai/README.md +46 -0
- universal_mcp/applications/retell_ai/__init__.py +0 -0
- universal_mcp/applications/retell_ai/app.py +333 -0
- universal_mcp/applications/rocketlane/README.md +42 -0
- universal_mcp/applications/rocketlane/__init__.py +0 -0
- universal_mcp/applications/rocketlane/app.py +194 -0
- universal_mcp/applications/spotify/README.md +116 -0
- universal_mcp/applications/spotify/__init__.py +0 -0
- universal_mcp/applications/spotify/app.py +2526 -0
- universal_mcp/applications/supabase/README.md +112 -0
- universal_mcp/applications/supabase/__init__.py +0 -0
- universal_mcp/applications/supabase/app.py +2970 -0
- universal_mcp/integrations/integration.py +1 -1
- universal_mcp/servers/server.py +53 -3
- universal_mcp/stores/store.py +6 -0
- universal_mcp/tools/tools.py +2 -2
- universal_mcp/utils/docstring_parser.py +192 -94
- {universal_mcp-0.1.8rc4.dist-info → universal_mcp-0.1.9rc2.dist-info}/METADATA +6 -1
- {universal_mcp-0.1.8rc4.dist-info → universal_mcp-0.1.9rc2.dist-info}/RECORD +48 -13
- {universal_mcp-0.1.8rc4.dist-info → universal_mcp-0.1.9rc2.dist-info}/WHEEL +0 -0
- {universal_mcp-0.1.8rc4.dist-info → universal_mcp-0.1.9rc2.dist-info}/entry_points.txt +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
from markitdown import MarkItDown
|
2
2
|
|
3
|
-
from universal_mcp.applications
|
3
|
+
from universal_mcp.applications import BaseApplication
|
4
4
|
|
5
5
|
|
6
|
-
class MarkitdownApp(
|
6
|
+
class MarkitdownApp(BaseApplication):
|
7
7
|
def __init__(self, **kwargs):
|
8
8
|
super().__init__(name="markitdown", **kwargs)
|
9
9
|
self.markitdown = MarkItDown()
|
@@ -7,7 +7,6 @@ from universal_mcp.integrations import Integration
|
|
7
7
|
class PerplexityApp(APIApplication):
|
8
8
|
def __init__(self, integration: Integration | None = None) -> None:
|
9
9
|
super().__init__(name="perplexity", integration=integration)
|
10
|
-
self.api_key: str | None = None
|
11
10
|
self.base_url = "https://api.perplexity.ai"
|
12
11
|
|
13
12
|
def chat(
|
@@ -0,0 +1,65 @@
|
|
1
|
+
# Replicate MCP Server
|
2
|
+
|
3
|
+
An MCP Server for the Replicate API.
|
4
|
+
|
5
|
+
## Supported Integrations
|
6
|
+
|
7
|
+
- AgentR
|
8
|
+
- API Key (Coming Soon)
|
9
|
+
- OAuth (Coming Soon)
|
10
|
+
|
11
|
+
## Tools
|
12
|
+
|
13
|
+
This is automatically generated from OpenAPI schema for the Replicate API.
|
14
|
+
|
15
|
+
## Supported Integrations
|
16
|
+
|
17
|
+
This tool can be integrated with any service that supports HTTP requests.
|
18
|
+
|
19
|
+
## Tool List
|
20
|
+
|
21
|
+
| Tool | Description |
|
22
|
+
|------|-------------|
|
23
|
+
| account_get | Gets information about the authenticated account. |
|
24
|
+
| collections_list | Lists collections of models available on Replicate, returning a paginated list of collection objects. |
|
25
|
+
| collections_get | Retrieves detailed information about a specific model collection, with automatic truncation of large model lists to manage response size. |
|
26
|
+
| deployments_list | Lists all deployments associated with the authenticated account. |
|
27
|
+
| deployments_create | Creates a new model deployment with specified configuration parameters. |
|
28
|
+
| deployments_get | Retrieves detailed information about a specific deployment by its owner and name. |
|
29
|
+
| deployments_update | Updates configurable properties of an existing deployment, such as hardware specifications and instance scaling parameters. |
|
30
|
+
| deployments_delete | Deletes a specified deployment associated with a given owner or organization |
|
31
|
+
| deployments_predictions_create | Creates an asynchronous prediction using a specified deployment, optionally configuring webhook notifications for status updates. |
|
32
|
+
| hardware_list | Retrieves a list of available hardware options for running models. |
|
33
|
+
| models_list | Retrieves a paginated list of publicly available models from the Replicate API. |
|
34
|
+
| models_create | Creates a new model in the system with specified parameters and metadata. |
|
35
|
+
| models_search | Searches for public models based on a provided query string |
|
36
|
+
| models_get | Retrieves detailed information about a specific AI model by its owner and name |
|
37
|
+
| models_delete | Deletes a private model from the system, provided it has no existing versions. |
|
38
|
+
| models_examples_list | Retrieves a list of example predictions associated with a specific model. |
|
39
|
+
| models_predictions_create | Creates an asynchronous prediction request using a specified model version. |
|
40
|
+
| models_readme_get | Retrieves the README content for a specified model in Markdown format. |
|
41
|
+
| models_versions_list | Lists all available versions of a specified model. |
|
42
|
+
| models_versions_get | Retrieves detailed information about a specific version of a model by querying the API. |
|
43
|
+
| models_versions_delete | Deletes a specific version of a model and its associated predictions/output. |
|
44
|
+
| trainings_create | Initiates a new asynchronous training job for a specific model version, with optional webhook notifications for progress updates. |
|
45
|
+
| predictions_list | Lists all predictions created by the authenticated account within an optional time range. |
|
46
|
+
| predictions_create | Creates an asynchronous prediction request using a specified model version. |
|
47
|
+
| predictions_get | Retrieves the current state and details of a prediction by its ID. |
|
48
|
+
| predictions_cancel | Cancels a running prediction job identified by its ID. |
|
49
|
+
| trainings_list | Lists all training jobs created by the authenticated account. |
|
50
|
+
| trainings_get | Retrieves the current state of a training job by its ID. |
|
51
|
+
| trainings_cancel | Cancels a specific training job in progress. |
|
52
|
+
| webhooks_default_secret_get | Retrieves the signing secret for the default webhook endpoint. |
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
## Usage
|
57
|
+
|
58
|
+
- Login to AgentR
|
59
|
+
- Follow the quickstart guide to setup MCP Server for your client
|
60
|
+
- Visit Apps Store and enable the Replicate app
|
61
|
+
- Restart the MCP Server
|
62
|
+
|
63
|
+
### Local Development
|
64
|
+
|
65
|
+
- Follow the README to test with the local MCP Server
|
File without changes
|