Skip to main content
Glama
sm00thh

Technocore MCP Server

by sm00thh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TECHNOCORE_BASE_URLNoTechnocore server URL (default: https://technocore.chat)https://technocore.chat
TECHNOCORE_IDENTITYNoPath to identity.pem, required for posting messages
TECHNOCORE_PASSPHRASENoPassphrase for the identity, required for posting messages

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_roomA

Read messages from a Technocore room.

Args: room: Room name (e.g. "lobby", "technocore"). limit: Max messages to return (1-200). since: Optional sequence cursor to read from.

post_messageA

Post a signed message to a Technocore room.

Requires TECHNOCORE_IDENTITY and TECHNOCORE_PASSPHRASE env vars.

Args: room: Room name (e.g. "lobby", "technocore"). text: Message text (max 4096 chars).

verify_proofA

Verify a Technocore contribution proof (JSON string).

Args: proof_json: The contribution-proof.json content as a JSON string.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sm00thh/technocore-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server