Skip to content
Merged
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
39 changes: 39 additions & 0 deletions plugins/ramp/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "ramp",
"version": "0.1.0",
"description": "Ramp skills and MCP server for vendor spend analysis and finance workflows.",
"author": {
"name": "Ramp",
"url": "https://ramp.com"
},
"homepage": "https://docs.ramp.com/developer-api/v1/ramp-mcp",
"repository": "https://github.com/ramp-public/mcp-skills",
"license": "MIT",
"keywords": [
"ramp",
"finance",
"vendor-analysis",
"spend",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Ramp",
"shortDescription": "Analyze vendor spend and Ramp finance data",
"longDescription": "Use Ramp's MCP-backed skills to analyze vendor spend, enrich vendor ownership data, and answer finance workflow questions directly from Ramp data.",
"developerName": "Ramp",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://ramp.com",
"privacyPolicyURL": "https://ramp.com/privacy-policy",
"termsOfServiceURL": "https://ramp.com/terms-of-service",
"defaultPrompt": "Use Ramp to analyze vendor spend, identify top vendors, and summarize ownership and renewal risk.",
"composerIcon": "./assets/ramp.svg",
"logo": "./assets/ramp.svg",
"screenshots": []
}
}
8 changes: 8 additions & 0 deletions plugins/ramp/.mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"ramp": {
"type": "streamable_http",
"url": "https://mcp.ramp.com/mcp"
}
}
}
11 changes: 11 additions & 0 deletions plugins/ramp/assets/ramp-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions plugins/ramp/assets/ramp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading