Server Details
An MCP server for the BlogCaster project.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down
Available Tools
7 toolsdeletePostTry in Inspector
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | ||
| platforms | Yes |
getBlogsTry in Inspector
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platforms | Yes |
getLoginLinkTry in Inspector
Get a login link to authenticate and manage your tokens
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
logoutTry in Inspector
Clear current authentication
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
publishPostTry in Inspector
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| platforms | Yes | ||
| coverImageURL | No | ||
| contentMarkdown | Yes |
updatePostTry in Inspector
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| postId | Yes | ||
| platforms | Yes | ||
| coverImageURL | No | ||
| contentMarkdown | Yes |
whoamiTry in Inspector
Check current authenticated user
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Discussions
No comments yet. Be the first to start the discussion!