Interact with the Eyevinn Open Source Cloud API. Requires a Personal Access Token (OSC_ACCESS_TOKEN).
This MCP server provides MCP tools for Eyevinn Open Source Cloud that requires local computer access, for example to upload a file to a storage bucket in OSC. MCP tools for architecting and building solutions with OSC is provided by the remote MCP endpoint that can be accessed using the OSC remote MCP client.
To install Eyevinn Open Source Cloud MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @osaas/mcp-server --client claude
To use this with Claude Desktop, add the following to your claude_desktop_config.json
:
{
"mcpServers": {
"local-mcp-osc": {
"command": "npx",
"args": ["-y", "@osaas/mcp-server"],
"env": {
"OSC_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
},
"remote-mcp-osc": {
"command": "npx",
"args": ["-y", "@osaas/client-mcp"],
"env": {
"OSC_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
npx @modelcontextprotocol/inspector \
-e OSC_ACCESS_TOKEN=<osc-access-token> \
npx tsx src/index.ts
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin API, supporting querying and managing all resources in Apache APISIX.
Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a searchable Graphlit project.
An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.
Provides safe, read-only access to Kubernetes cluster resources for debugging and inspection.
An MCP server for interacting with various NASA APIs and data sources. Requires a NASA API key.
An MCP server for processing payments using stdio transport, configured via environment variables.
Query Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
A remote MCP server deployable on Cloudflare Workers without authentication.
Deploy, configure & interrogate your resources on the Cloudflare developer platform (e.g. Workers/KV/R2/D1)
Access Alpha Vantage financial data APIs to get real-time and historical stock data, forex rates, and cryptocurrency information.