ContactAPI
A simple API to save contacts, with an MCP server
6 followers
A simple API to save contacts, with an MCP server
6 followers
ContactAPI is an open source API for saving contacts. You send a POST with an email and any JSON fields you want, and they get saved as is. The rest is plain CRUD to list, get, update, and delete. Use a secret key on your backend, or a publishable key in the browser that can only create contacts and is locked to your domains. It also runs an MCP server, so AI clients like Claude can manage your contacts directly.



Finally a contact API that does not try to be a full CRM. Hooked it up in like ten minutes and the publishable key being domain locked is genuinely thoughtful for browser use.