Track company equipment, attach receipts, and know who has what. Built for small teams without IT departments. **What you can do with this MCP server:** - Create and update assets (laptops, monitors, headsets, etc.) by conversation - Look up who has what equipment - Assign devices to team members - Attach receipts and invoices to assets - Scan Gmail for purchase emails and bulk-create your inventory **Setup:** Generate an API key at [assetjay.com/settings/api-keys](https://www.assetjay.com/settings/api-keys). Free tier includes 25 assets — no credit card required. **Docs:** [assetjay.com/docs/integrations](https://www.assetjay.com/docs/integrations)
How to connect
https://server.smithery.ai/AssetJay/assetjay/mcp
curl -X POST https://server.smithery.ai/AssetJay/assetjay/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'