Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"display_name": "Coupler.io",
"version": "{{APP_VERSION_PLACEHOLDER}}",
"description": "Connect data from hundreds of data sources and apps to analyze it with Claude.",
"long_description": "Key features\n\n- Access data via natural language: Analyze data without SQL or coding skills. Connect to hundreds of data flows and dashboards, and get answers just by asking like you'd ask your colleague.\n\n- Always stay up to date: Coupler.io keeps your data fresh based on the schedule you create, so Claude delivers on-demand reports and insights whenever you need them.\n\n- Blend data across sources: Combine data from multiple sources and interact with it directly in your AI chat.\n\n- Analyze big data with AI: Coupler.io MCP enables Claude to handle large datasets without limits, so you get complete insights without context window restrictions.\n\n- Turn your data into dialogue: analyze, explore, and automate insights directly in Claude.",
"long_description": "Key features:\n* Access data via natural language: Analyze data without SQL or coding skills. Connect to hundreds of data flows and dashboards, and get answers just by asking like you'd ask your colleague.\n* Always stay up to date: Coupler.io keeps your data fresh based on the schedule you create, so Claude delivers on-demand reports and insights whenever you need them.\n* Blend data across sources: Combine data from multiple sources and interact with it directly in your AI chat.\n* Analyze big data with AI: Coupler.io MCP enables Claude to handle large datasets without limits, so you get complete insights without context window restrictions.\n* Turn your data into dialogue: analyze, explore, and automate insights directly in Claude.",
"author": {
"name": "Coupler.io",
"url": "https://coupler.io",
Expand Down Expand Up @@ -60,7 +60,7 @@
"coupler_access_token": {
"type": "string",
"title": "Coupler.io API access token",
"description": "Coupler.io API access token",
"description": "Sign up at coupler.io to get the API token",
"required": true,
"sensitive": true
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coupler-io-mcp-server",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/index.js",
"license": "MIT",
"homepage": "https://coupler.io",
Expand Down
2 changes: 1 addition & 1 deletion src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const TOOL_MAP = {

export const server = new Server({
name: 'Coupler.io MCP server',
version: '0.0.3',
version: '0.0.4',
}, {
capabilities: {
tools: {},
Expand Down