Eventium Tools + Skills Server

HTTP: https://mcp.eventium.ai/mcp Transports: streamable-http

This server exposes Tools and Skills hosted by this instance.

Client Config

HTTP URL: https://mcp.eventium.ai/mcp
Transports: streamable-http

Quick Checks

curl -s https://mcp.eventium.ai/health

Studio

Build Tools and Skills for this server. Admins approve and publish.

Templates vs Tools

Templates are drafts (not executable). Tools are live and executable.

  1. Developer submits a template (draft).
  2. Admin reviews and validates it.
  3. Admin publishes it to make it an active tool.
  1. Tools Studio: https://app.eventium.ai/developer
  2. Skills Studio: https://app.eventium.ai/skills-studio
  3. Unified Library: https://app.eventium.ai/libraries
  4. Submit drafts: https://app.eventium.ai/submit
  5. Docs: https://app.eventium.ai/docs/index.html
  6. Swagger API: https://app.eventium.ai/swagger

Admin Studio (Approvals)

Admins review drafts and publish approved tools.

  1. Open Admin Studio: https://app.eventium.ai/admin
  2. Login as an admin user and enter the Admin API Key in the UI.
  3. Validate drafts and click Publish.

Eventium Tool Library

Only executable tools are shown here (ready to call via MCP).

Eventium Tool Runner

Run executable MCP tools via the HTTP transport.











                
Categories: productivity: 11 time: 5 security: 6 data: 9 storage: 5 network: 10 math: 3 finance: 0 ops: 0 analytics: 0 system: 2 uncategorized: 24
Total: 75
Filter: all productivity time security data storage network math finance ops analytics system uncategorized
base64_decode
executable
Base64 decode to text (utf-8).
owner: system
security
Base64 decode to text (utf-8). • Use when: Use to decode base64 text to utf-8.
base64_encode
executable
Base64 encode text (utf-8).
owner: system
security
Base64 encode text (utf-8). • Use when: Use to base64-encode text.
Couca
executable
Describe what the tool does.
owner: developer
uncategorized
Describe what the tool does. • Use when: When you need this functionality.
csv_parse
executable
Parse CSV text into rows (list of dicts if header=true).
owner: system
productivity
Parse CSV text into rows (list of dicts if header=true). • Use when: Use to parse CSV text into rows.
csv_to_json
executable
Parse CSV -> JSON array.
owner: system
productivity
Parse CSV -> JSON array. • Use when: Use to convert CSV text directly into JSON array output.
eventium_ap_chat
executable
Send a message through AP_Chat.
owner: system
uncategorized
Send a message through AP_Chat. • Use when: Use to talk to the currently logged Eventium agent.
eventium_ap_create
executable
Create an agent (AP_Create).
owner: system
uncategorized
Create an agent (AP_Create). • Use when: Use to provision an Eventium agent under a user.
eventium_ap_logon
executable
Log on an agent (AP_LogOn).
owner: system
uncategorized
Log on an agent (AP_LogOn). • Use when: Use to begin an agent session before chat or domain work.
eventium_ap_read
executable
Read agent-scoped data (AP_Read).
owner: system
uncategorized
Read agent-scoped data (AP_Read). • Use when: Use to list zones or agent-visible structures.
eventium_ap_select
executable
Select an agent (AP_Select).
owner: system
uncategorized
Select an agent (AP_Select). • Use when: Use to switch the active Eventium agent context.
eventium_clone_site_blueprint
executable
Create a structured design/content blueprint for recreating a live website.
owner: system
network
Create a structured design/content blueprint for recreating a live website. • Use when: Use before cloning or adapting a site so the agent gets nav structure, hero content, CTA labels, sections, and a style summary instead of raw HTML only.
eventium_crawl_url
executable
Fetch and extract a webpage through Eventium crawl.
owner: system
network
Fetch and extract a webpage through Eventium crawl. • Use when: Use to inspect page structure, extracted markdown, metadata, and HTML before recreating or adapting a design.
eventium_dm_create
executable
Create a domain (DM_Create).
owner: system
uncategorized
Create a domain (DM_Create). • Use when: Use to create a domain under an Eventium agent.
eventium_mb_read
executable
Read memory-bank content (MB_Read).
owner: system
uncategorized
Read memory-bank content (MB_Read). • Use when: Use to inspect stored sentence/conversation memory from the Eventium bank.
eventium_mb_save
executable
Save memory-bank state (MB_Save).
owner: system
uncategorized
Save memory-bank state (MB_Save). • Use when: Use to persist a named memory bank for a zone.
eventium_memory_read
executable
Search Eventium persistent memory through the Atlas + Qdrant retrieval path.
owner: system
uncategorized
Search Eventium persistent memory through the Atlas + Qdrant retrieval path. • Use when: Use when an external AI client asks a question that should be answered from Eventium memory.
eventium_memory_timeline
executable
Return a retrieval-backed memory timeline view for a query or scope.
owner: system
uncategorized
Return a retrieval-backed memory timeline view for a query or scope. • Use when: Use to inspect recent or scoped memory context.
eventium_memory_write
executable
Persist a statement into Eventium memory using the same pipeline as chat.
owner: system
uncategorized
Persist a statement into Eventium memory using the same pipeline as chat. • Use when: Use when the user explicitly asks you to remember or save a fact.
eventium_save_state
executable
Persist network state (_SaveState).
owner: system
uncategorized
Persist network state (_SaveState). • Use when: Use to save the current Eventium network/session state with a passcode.
eventium_sdprocess
executable
Run semantic decomposition (_SDProcess).
owner: system
uncategorized
Run semantic decomposition (_SDProcess). • Use when: Use to decompose raw text into the Eventium semantic structure before memory write/read flows.
eventium_search_web
executable
Search the web through Eventium search and return structured results.
owner: system
network
Search the web through Eventium search and return structured results. • Use when: Use to research live sites, companies, competitors, and references before generating or updating content.
eventium_tps_call
executable
Call Eventium TPS with a raw service name and payload.
owner: system
uncategorized
Call Eventium TPS with a raw service name and payload. • Use when: Use when you need direct access to a Noonoo/Eventium service that is not covered by a higher-level wrapper.
eventium_us_create
executable
Create a user (US_Create).
owner: system
uncategorized
Create a user (US_Create). • Use when: Use to provision a new Eventium user account.
eventium_us_logon
executable
Log on a user (US_LogOn).
owner: system
uncategorized
Log on a user (US_LogOn). • Use when: Use to begin an Eventium user session.
eventium_us_read
executable
Read user-related data (US_Read).
owner: system
uncategorized
Read user-related data (US_Read). • Use when: Use to list agents or users through the Eventium hierarchy.
eventium_zn_create
executable
Create a zone (ZN_Create).
owner: system
uncategorized
Create a zone (ZN_Create). • Use when: Use to create a zone inside a domain.
eventium_zn_read
executable
Read zone data (ZN_Read).
owner: system
uncategorized
Read zone data (ZN_Read). • Use when: Use to inspect zones globally or within a selected domain context.
eventium_zn_select
executable
Select a zone (ZN_Select).
owner: system
uncategorized
Select a zone (ZN_Select). • Use when: Use to set the active zone context for agent work.
gzip_compress_b64
executable
Gzip-compress text and return base64.
owner: system
security
Gzip-compress text and return base64. • Use when: Use to gzip-compress text and base64-encode the result.
gzip_decompress_b64
executable
Base64 -> gunzip -> text.
owner: system
security
Base64 -> gunzip -> text. • Use when: Use to base64-decode gzip content to text.
hash_sha256
executable
SHA-256 hash of text (hex).
owner: system
security
SHA-256 hash of text (hex). • Use when: Use to hash text with SHA-256.
hello
executable
Describe what the tool does.
owner: developer
uncategorized
Describe what the tool does. • Use when: When you need this functionality.
hmac_sha256
executable
HMAC-SHA256(key, message) hex.
owner: system
security
HMAC-SHA256(key, message) hex. • Use when: Use to compute an HMAC-SHA256 hex digest.
http_get_json
executable
HTTP GET URL and parse JSON (size-limited).
owner: system
network
HTTP GET URL and parse JSON (size-limited). • Use when: Use to fetch JSON from a URL.
http_get_text
executable
HTTP GET URL and return text (size-limited).
owner: system
network
HTTP GET URL and return text (size-limited). • Use when: Use to fetch small text content from a URL.
json_merge
executable
Deep-merge two JSON objects (dicts).
owner: system
productivity
Deep-merge two JSON objects (dicts). • Use when: Use to deep-merge two JSON objects.
json_parse
executable
Parse JSON string to object.
owner: system
productivity
Parse JSON string to object. • Use when: Use to parse JSON text into a data structure.
json_pretty
executable
Pretty-print JSON.
owner: system
productivity
Pretty-print JSON. • Use when: Use to format JSON with indentation.
kv_get
executable
Get a value by key.
owner: system
storage
Get a value by key. • Use when: Use to retrieve a stored key/value pair.
kv_list
executable
List keys (optionally by prefix).
owner: system
storage
List keys (optionally by prefix). • Use when: Use to list keys in the KV store.
kv_put
executable
Store a key/value string (requires user_approved=true).
owner: system
storage
Store a key/value string (requires user_approved=true). • Use when: Use to store a key/value pair after explicit user approval.
math_add
executable
Add two numbers.
owner: system
math
Add two numbers. • Use when: Use for simple addition.
math_safe_eval
executable
Evaluate a safe math expression (no names, no attributes). Example: '2*(3+4)'.
owner: system
math
Evaluate a safe math expression (no names, no attributes). Example: '2*(3+4)'. • Use when: Use for safe evaluation of simple arithmetic expressions.
math_stats
executable
Compute count/min/max/mean/median/stdev for list of numbers.
owner: system
math
Compute count/min/max/mean/median/stdev for list of numbers. • Use when: Use to compute basic statistics for a list of numbers.
notes_append
executable
Append a note (requires user_approved=true).
owner: system
storage
Append a note (requires user_approved=true). • Use when: Use to append a note after explicit user approval.
notes_list
executable
List notes.
owner: system
storage
List notes. • Use when: Use to list recent notes.
ping
executable
Health check. Returns 'pong'.
owner: system
system
Health check. Returns 'pong'. • Use when: Use to confirm the server is reachable.
ping_plus
executable
Returns pong with a prefix.
owner: system
system
Returns pong with a prefix. • Use when: Use to verify connectivity and demonstrate template flow.
random_choice
executable
Pick a random element from a list.
owner: system
time
Pick a random element from a list. • Use when: Use to select a random item from a list.
random_int
executable
Random integer in [low, high].
owner: system
time
Random integer in [low, high]. • Use when: Use to pick a random integer in a range.
regex_findall
executable
Find all matches for a regex pattern.
owner: system
productivity
Find all matches for a regex pattern. • Use when: Use to extract matches using a regex.
regex_sub
executable
Regex replace.
owner: system
productivity
Regex replace. • Use when: Use to replace text using a regex pattern.
registry_export
executable
Return full server + tool registry as JSON.
owner: system
data
Return full server + tool registry as JSON. • Use when: Use to ingest the complete tool registry into memory at startup.
registry_get_tool
executable
Get a single tool spec by name.
owner: system
data
Get a single tool spec by name. • Use when: Use when you need the full schema/examples for one tool.
registry_search
executable
Search tools by keyword/tags.
owner: system
data
Search tools by keyword/tags. • Use when: Use to find a small set of relevant tools given a query.
Soccer Prediction
executable
Describe what the tool does.
owner: system
uncategorized
Describe what the tool does. • Use when: When you need this functionality.
text_diff_unified
executable
Unified diff between two strings.
owner: system
productivity
Unified diff between two strings. • Use when: Use to produce a unified diff for two text blobs.
text_slugify
executable
Convert text into a URL-safe slug.
owner: system
productivity
Convert text into a URL-safe slug. • Use when: Use to create a URL-safe slug from text.
text_word_count
executable
Count characters, words, and lines.
owner: system
productivity
Count characters, words, and lines. • Use when: Use to count characters, words, and lines in a string.
text_wrap
executable
Wrap text to width.
owner: system
productivity
Wrap text to width. • Use when: Use to wrap text to a target column width.
time_now_utc
executable
Current UTC time (ISO-8601).
owner: system
time
Current UTC time (ISO-8601). • Use when: Use when you need the current UTC timestamp.
time_parse_iso
executable
Parse ISO datetime; returns normalized ISO and unix timestamp.
owner: system
time
Parse ISO datetime; returns normalized ISO and unix timestamp. • Use when: Use to normalize an ISO datetime and get unix epoch seconds.
titan_clone_site_blueprint
executable
Create a structured design/content blueprint for recreating a live website.
owner: system
network
Create a structured design/content blueprint for recreating a live website. • Use when: Use before cloning or adapting a site so the agent gets nav structure, hero content, CTA labels, sections, and a style summary instead of raw HTML only.
titan_crawl_url
executable
Fetch and extract a webpage through Titan crawl.
owner: system
network
Fetch and extract a webpage through Titan crawl. • Use when: Use to inspect page structure, extracted markdown, metadata, and HTML before recreating or adapting a design.
titan_search_web
executable
Search the web through Titan search and return structured results.
owner: system
network
Search the web through Titan search and return structured results. • Use when: Use to research live sites, companies, competitors, and references before generating or updating content.
tool_template_delete
executable
Delete a tool template.
owner: system
data
Delete a tool template. • Use when: Use to delete a draft template with explicit approval.
tool_template_get
executable
Get a tool template by id.
owner: system
data
Get a tool template by id. • Use when: Use to fetch one tool template by id.
tool_template_list
executable
List tool templates.
owner: system
data
List tool templates. • Use when: Use to browse draft/validated/published templates.
tool_template_publish
executable
Publish a validated tool template into the registry.
owner: system
data
Publish a validated tool template into the registry. • Use when: Use after validation to publish a tool into the registry with explicit approval.
tool_template_upsert
executable
Create or update a tool template.
owner: system
data
Create or update a tool template. • Use when: Use when a user wants to draft or update a tool template for later publishing.
tool_template_validate
executable
Validate a tool template.
owner: system
data
Validate a tool template. • Use when: Use to check a draft template before publishing.
url_parse
executable
Parse a URL into components.
owner: system
network
Parse a URL into components. • Use when: Use to split a URL into components.
uuid4
executable
Generate a UUIDv4 string.
owner: system
time
Generate a UUIDv4 string. • Use when: Use when a random UUID is needed.
weather_live_open_meteo
executable
Get live weather for a location using Open‑Meteo (no API key).
owner: system
network
Get live weather for a location using Open‑Meteo (no API key). • Use when: Use for current weather given latitude/longitude.
ZooZoo_tool
executable
Send a demo email to an allowlisted recipient.
owner: ZTRICHA@GMAIL.COM
uncategorized
Send a demo email to an allowlisted recipient. • Use when: Use to test SMTP + approval flow.