Install
# CLI install
npm install -g @sap-ux/fiori-docs-embeddings
MCP client config
{
"command": "npx",
"args": ["-y", "@sap-ux/fiori-docs-embeddings"],
"env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}
Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.
Make it paid
This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.
// Node — npm install spawnpay-paywall import { paywall } from 'spawnpay-paywall'; const myTool = paywall( { price: 0.005, vendor: 'SP_yourCode' }, originalToolFn );
About
- Package
- @sap-ux/fiori-docs-embeddings
- Version
- 0.5.0
- Author
- GitHub Actions
- Published
- 2026-05-15
- Keywords
- mcp, model-context-protocol, sap, fiori, documentation, indexing
Related MCPs
-
Persistent, searchable memory for Cursor AI — You control what your AI remembers.
-
Self-learning vector memory for AI agents — single-file .rvf cognitive container with HNSW search, episodic Reflexion memory, causal graph +
-
Ruflo CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector m
-
The most advanced Obsidian MCP — long-term memory for AI agents. Hybrid retrieval (BM25 + TF-IDF + multilingual ML embeddings, RRF-fused) wi