Hive MCP Server
by gluneau
Verified
create_post
Create a new blog post on the Hive blockchain using the configured account credentials.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allow_curation_rewards | No | Whether to allow curation rewards | |
allow_votes | No | Whether to allow votes on the post | |
beneficiaries | No | Optional list of beneficiaries to receive a portion of the rewards | |
body | Yes | Content of the blog post, can include Markdown formatting | |
max_accepted_payout | No | Optional maximum accepted payout (e.g. '1000.000 HBD') | |
percent_hbd | No | Optional percent of HBD in rewards (0-10000, where 10000 = 100%) | |
permalink | No | Optional custom permalink. If not provided, one will be generated from the title | |
tags | No | Tags for the post. Can be provided as comma-separated string 'blog,life,writing' or array | |
title | Yes | Title of the blog post |