
Product
Socket for ClickUp Is Now Available
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.
@kozmos-tech/contactapi
Advanced tools
MCP bridge for Contact API — save and manage contacts from your AI tools. Connects any stdio MCP client to the hosted Contact API server.
MCP bridge for Contact API — save and manage contacts from your AI tools.
Contact API's MCP server is hosted and remote. This package is a tiny launcher
that bridges any stdio MCP client to the hosted endpoint, so clients that only
speak stdio (or launch servers via npx) can connect with one config block.
Add Contact API to your MCP client config:
{
"mcpServers": {
"contactapi": {
"command": "npx",
"args": ["-y", "@kozmos-tech/contactapi"]
}
}
}
That's it. On first run the bridge opens a browser to sign in (OAuth); after that
your session is cached. The client then sees Contact API's tools — list_contacts,
get_contact, create_contact (upsert by email), update_contact, and
delete_contact, all scoped to the account you log in as.
OAuth 2.1 with dynamic client registration. The first run opens a browser to authorize the connection — no API key to copy. After that your session is cached.
Point the bridge at your own Contact API instance with an environment variable:
{
"mcpServers": {
"contactapi": {
"command": "npx",
"args": ["-y", "@kozmos-tech/contactapi"],
"env": { "CONTACTAPI_MCP_URL": "https://contacts.example.com/mcp" }
}
}
}
CONTACTAPI_MCP_URL defaults to https://contactapi.dev/mcp.
MIT
FAQs
An open-source API for collecting and managing contacts and signups.
The npm package @kozmos-tech/contactapi receives a total of 32 weekly downloads. As such, @kozmos-tech/contactapi popularity was classified as not popular.
We found that @kozmos-tech/contactapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.