Couchbase and curl or any other standard tools to access couchbase

I know you’ll have a curl implementation but I am wondering if I can use a standard version of curl (specific centOS) to query and insert data into Couchbase?

I see tons of examples for using couchbase’s version of curl to access and modify different aspects of Couchbase (which is cool) but what I want to do is to be able to insert and query Jason documents from a system without having to install a SDK and using curl right out of the box.

if this is possible any examples would be appreciated, if not I’ll have to look at other options.

it boils down to access Couchbase without the SDK and only using available Linux tools

thanks

dougc