← Registry

API Tools

hoko.to

Provides a CRUD API for managing links and collections.

1 endpoint22 known toolsCached registry data

ENDPOINT 1

https://hoko.to/mcp

No auth detected

Known tools 22

listLinks

Retrieves links by ID, external ID, tenant ID, or partner ID.

createLinks

Creates one or more links.

upsertLinks

Entries with an `id` are updated; entries without an `id` are inserted.

deleteLinks

Soft-deletes one or more links by ID.

listCollections

Requires the `collectionsRead` scope.

createCollections

Creates one or more records.

upsertCollections

Entries with an `id` are updated; entries without an `id` are inserted.

deleteCollections

Soft-deletes one or more records by ID.

listTags

Requires the `tagsRead` scope.

createTags

Creates one or more records.

upsertTags

Entries with an `id` are updated; entries without an `id` are inserted.

deleteTags

Permanently deletes one or more tags by ID.

listPartners

Requires the `partnersRead` scope.

createPartners

Creates one or more records.

upsertPartners

Entries with an `id` are updated; entries without an `id` are inserted.

deletePartners

Soft-deletes one or more records by ID.

listCustomers

Retrieves customers by ID or external ID.

updateCustomers

Updates existing customers.

deleteCustomers

Soft-deletes one or more customers by ID.

listClicks

Retrieves click records by link, partner, or UTC date range.

trackLead

Creates a lead event and upserts the customer.

trackSale

Creates a sale event and upserts the customer.