Claude skill: VPA360 Import
Drop these files into Claude Web, Claude for Excel, or Claude Code so the assistant knows how to drive this server's MCP tools.
Files
This deployment
Web UI: https://data-extractor.vpa-360.com/ MCP SSE: https://data-extractor.vpa-360.com/mcp/sse MCP messages: https://data-extractor.vpa-360.com/mcp/messages/ Authorization: Bearer <your-token>
Quick install (Claude Code)
mkdir -p ~/.claude/skills/vpa360-import curl -k -o ~/.claude/skills/vpa360-import/SKILL.md \ https://data-extractor.vpa-360.com/skill/SKILL.md
Notes
- The MCP server's
list_toolsoutput is self-describing — an agent connecting without the skill file can still drive the three tools correctly. The skill adds higher-level workflow guidance and output style. SKILL.mdcontains no host or auth details by design, so the same file works against any deployment.README.mdand this page rewrite themselves with the deployment URL when fetched.