← Registry

General Tools

agishub.com

Provides timezone information and conversions.

x402 supported7 endpoints46 known toolsFirst detected July 26, 2026Last detected August 6, 2026

ENDPOINT 1

https://api.agishub.com/mcp

No auth detected

MCP server metadata

Name
agishub
Version
2.1.0
Capabilities
tools.listChanged

Known tools 25

now_in

Get the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect.

Inferred read-only
convert_timezone

Convert a specific date/time from one IANA timezone to another.

Inferred read-only
convert_batch

Convert a single instant into many IANA timezones at once — a world-clock view.

Inferred read-only
tz_offset

Get the exact UTC offset of an IANA timezone at a given instant, DST-aware.

Inferred read-only
list_timezones

List or search valid IANA timezone identifiers, optionally filtered by a city, region or country substring (e.

Inferred read-only
lookup_timezone

Resolve a city or country name to its IANA timezone(s) so you don't need the exact identifier — e.

Inferred read-only
date_math

Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.

Inferred read-only
find_meeting_slots

Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays.

Inferred read-only
is_holiday

Check whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the holiday name if so.

Inferred read-only
extract

Fetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists).

Inferred read-only
qr_code

Generate a QR code for any text or URL.

Inferred read-only
convert_units

Convert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).

Inferred read-only
convert_currency

Convert an amount between currencies using live daily exchange rates (ISO 4217 codes, e.

Inferred read-only
summarize

Summarize a block of text into a short abstract, with an optional target length.

Inferred read-only
classify

Classify a text into exactly one of the candidate labels you provide (e.

Inferred read-only
extract_entities

Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.

Inferred read-only
transcribe

Transcribe an audio file (given by public URL) to text using Whisper.

Inferred read-only
embed

Turn text into a numeric embedding vector for semantic search, RAG and similarity.

Inferred read-only
chat

Ask a general-purpose LLM a question or give it an instruction, with an optional system prompt.

Inferred read-only
memory_upsert

Store a piece of text in a persistent, searchable memory collection (namespace).

Inferred read-only
memory_search

Semantically search a memory collection (namespace) and return the most relevant stored entries.

Inferred read-only
relay

Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery.

Potential side effects
status

Check the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.

Inferred read-only
price

Get live USD spot prices for one or more cryptocurrencies by ticker symbol (e.

Inferred read-only
shorten

Shorten a long URL into a compact api.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agishub]
url = "https://api.agishub.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agishub": {
      "type": "http",
      "url": "https://api.agishub.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agishub
Remote MCP URL: https://api.agishub.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agishub": {
      "url": "https://api.agishub.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agishub": {
      "type": "http",
      "url": "https://api.agishub.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agishub",
  "transport": "streamable-http",
  "url": "https://api.agishub.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://api.agishub.com/mcp/memory

No auth detected

MCP server metadata

Name
agent-memory
Version
2.1.0
Capabilities
tools.listChanged

Known tools 2

memory_upsert

Store a piece of text in a persistent, searchable memory collection (namespace).

Inferred read-only
memory_search

Semantically search a memory collection (namespace) and return the most relevant stored entries.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agent-memory]
url = "https://api.agishub.com/mcp/memory"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-memory": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/memory"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-memory
Remote MCP URL: https://api.agishub.com/mcp/memory

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agent-memory": {
      "url": "https://api.agishub.com/mcp/memory"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-memory": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/memory"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-memory",
  "transport": "streamable-http",
  "url": "https://api.agishub.com/mcp/memory"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://api.agishub.com/mcp/ai

No auth detected

MCP server metadata

Name
ai-toolkit
Version
2.1.0
Capabilities
tools.listChanged

Known tools 6

summarize

Summarize a block of text into a short abstract, with an optional target length.

Inferred read-only
classify

Classify a text into exactly one of the candidate labels you provide (e.

Inferred read-only
extract_entities

Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.

Inferred read-only
transcribe

Transcribe an audio file (given by public URL) to text using Whisper.

Inferred read-only
embed

Turn text into a numeric embedding vector for semantic search, RAG and similarity.

Inferred read-only
chat

Ask a general-purpose LLM a question or give it an instruction, with an optional system prompt.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ai-toolkit]
url = "https://api.agishub.com/mcp/ai"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-toolkit": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/ai"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-toolkit
Remote MCP URL: https://api.agishub.com/mcp/ai

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ai-toolkit": {
      "url": "https://api.agishub.com/mcp/ai"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ai-toolkit": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/ai"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ai-toolkit",
  "transport": "streamable-http",
  "url": "https://api.agishub.com/mcp/ai"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 4

https://api.agishub.com/mcp/crypto

No auth detected

MCP server metadata

Name
crypto-prices
Version
2.1.0
Capabilities
tools.listChanged

Known tools 1

price

Get live USD spot prices for one or more cryptocurrencies by ticker symbol (e.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.crypto-prices]
url = "https://api.agishub.com/mcp/crypto"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crypto-prices": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/crypto"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: crypto-prices
Remote MCP URL: https://api.agishub.com/mcp/crypto

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "crypto-prices": {
      "url": "https://api.agishub.com/mcp/crypto"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crypto-prices": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/crypto"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crypto-prices",
  "transport": "streamable-http",
  "url": "https://api.agishub.com/mcp/crypto"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 5

https://api.agishub.com/mcp/timezone

No auth detected

MCP server metadata

Name
timezone-toolkit
Version
2.1.0
Capabilities
tools.listChanged

Known tools 9

now_in

Get the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect.

Inferred read-only
convert_timezone

Convert a specific date/time from one IANA timezone to another.

Inferred read-only
convert_batch

Convert a single instant into many IANA timezones at once — a world-clock view.

Inferred read-only
tz_offset

Get the exact UTC offset of an IANA timezone at a given instant, DST-aware.

Inferred read-only
list_timezones

List or search valid IANA timezone identifiers, optionally filtered by a city, region or country substring (e.

Inferred read-only
lookup_timezone

Resolve a city or country name to its IANA timezone(s) so you don't need the exact identifier — e.

Inferred read-only
date_math

Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.

Inferred read-only
find_meeting_slots

Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays.

Inferred read-only
is_holiday

Check whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the holiday name if so.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.timezone-toolkit]
url = "https://api.agishub.com/mcp/timezone"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "timezone-toolkit": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/timezone"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: timezone-toolkit
Remote MCP URL: https://api.agishub.com/mcp/timezone

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "timezone-toolkit": {
      "url": "https://api.agishub.com/mcp/timezone"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "timezone-toolkit": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/timezone"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "timezone-toolkit",
  "transport": "streamable-http",
  "url": "https://api.agishub.com/mcp/timezone"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 6

https://api.agishub.com/mcp/web

No auth detected

MCP server metadata

Name
web-scraper
Version
2.1.0
Capabilities
tools.listChanged

Known tools 1

extract

Fetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.web-scraper]
url = "https://api.agishub.com/mcp/web"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "web-scraper": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/web"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: web-scraper
Remote MCP URL: https://api.agishub.com/mcp/web

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "web-scraper": {
      "url": "https://api.agishub.com/mcp/web"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "web-scraper": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/web"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "web-scraper",
  "transport": "streamable-http",
  "url": "https://api.agishub.com/mcp/web"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 7

https://api.agishub.com/mcp/webhook

No auth detected

MCP server metadata

Name
webhook-relay
Version
2.1.0
Capabilities
tools.listChanged

Known tools 2

relay

Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery.

Potential side effects
status

Check the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.webhook-relay]
url = "https://api.agishub.com/mcp/webhook"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webhook-relay": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/webhook"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webhook-relay
Remote MCP URL: https://api.agishub.com/mcp/webhook

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "webhook-relay": {
      "url": "https://api.agishub.com/mcp/webhook"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webhook-relay": {
      "type": "http",
      "url": "https://api.agishub.com/mcp/webhook"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webhook-relay",
  "transport": "streamable-http",
  "url": "https://api.agishub.com/mcp/webhook"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for agishub.com was fetched 2026-07-31T16:28:58.493Z.

Trust status Neutral

agishub.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.