K-Targo Subway MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@K-Targo Subway MCP Servershow me the timetable for Gangnam Station going northbound"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π°π· K-Targo Subway MCP Server
νκ΅ μ§νμ² μ 보λ₯Ό μ 곡νλ MCP (Model Context Protocol) μλ²μ λλ€.
π μ£Όμ κΈ°λ₯
μ§νμ² μ κ²μ: μλͺ μΌλ‘ μ§νμ² μ μ 보 κ²μ
μ΄μ°¨ μκ°ν μ‘°ν: νΉμ μμ μ΄μ°¨ μκ°ν μ‘°ν
μ€μκ° μ§νμ² μ 보: Tago APIλ₯Ό ν΅ν μ€μκ° λ°μ΄ν° μ 곡
MCP νμ€ μ€μ: Model Context Protocol νμ€μ λ°λ₯΄λ λꡬ μ 곡
Related MCP server: subway-congestion-mcp
π οΈ μ€μΉ λ° μ¬μ©
Installing via Smithery
To install k-targo-subway-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @slicequeue/k-targo-subway-mcp-server --client claude1. 곡곡λ°μ΄ν° API ν€ μ€μ
μ΄ μλ²λ κ΅ν κ΅ν΅λΆ_(TAGO)_μ§νμ² μ 보 APIλ₯Ό μ¬μ©ν©λλ€. μ¬μ©νκΈ° μ μ API ν€λ₯Ό μ€μ ν΄μΌ ν©λλ€.
API μ 보
API λͺ : κ΅ν κ΅ν΅λΆ_(TAGO)_μ§νμ² μ 보
μ 곡기κ΄: κ΅ν κ΅ν΅λΆ
λ°μ΄ν° νμ: JSON
API ν€ λ°κΈ
곡곡λ°μ΄ν°ν¬νΈμ κ°μ
"κ΅ν κ΅ν΅λΆ_(TAGO)_μ§νμ² μ 보" API μ μ²
μΉμΈ ν λ°κΈλ°μ API ν€λ₯Ό νκ²½λ³μλ‘ μ€μ
νκ²½λ³μ μ€μ
# Windows
set GOV_API_KEY=your_api_key_here
# macOS/Linux
export GOV_API_KEY=your_api_key_here
# .env νμΌ μ¬μ© (κΆμ₯)
echo "GOV_API_KEY=your_api_key_here" > .env2. npxλ‘ μ¦μ μ€ν (κΆμ₯)
npx k-targo-subway-mcp-server3. npmμΌλ‘ μ€μΉ
npm install k-targo-subway-mcp-server4. κΈλ‘λ² μ€μΉ
npm install -g k-targo-subway-mcp-serverπ¦ MCP λꡬ
1. μ§νμ² μ κ²μ (search_subway_station)
μ§νμ² μλͺ μΌλ‘ μ μ 보λ₯Ό κ²μν©λλ€.
μ λ ₯ νλΌλ―Έν°:
stationName(string): κ²μν μλͺ
μ¬μ© μμ:
// "κ°λ¨" μ κ²μ
const result = await searchSubwayStationTool.handler({
stationName: "κ°λ¨"
}, {});2. μ΄μ°¨ μκ°ν μ‘°ν (get_station_timetable)
νΉμ μμ μ΄μ°¨ μκ°νλ₯Ό μ‘°νν©λλ€.
μ λ ₯ νλΌλ―Έν°:
stationCode(string): μ μ½λdirection(string): λ°©ν₯ (μν/νν)
μ¬μ© μμ:
// κ°λ¨μ μν μκ°ν μ‘°ν
const result = await getStationTimetableTool.handler({
stationCode: "0222",
direction: "μν"
}, {});ποΈ νλ‘μ νΈ κ΅¬μ‘°
src/
βββ config/ # μ€μ νμΌ
β βββ index.ts
βββ external/ # μΈλΆ API μ°λ
β βββ common/ # κ³΅ν΅ μ νΈλ¦¬ν°
β βββ tago-subway/ # Tago μ§νμ² API
β βββ api.ts # API ν΄λΌμ΄μΈνΈ
β βββ service.ts # λΉμ¦λμ€ λ‘μ§
β βββ dtos/ # λ°μ΄ν° μ μ‘ κ°μ²΄
β βββ types/ # νμ
μ μ
βββ tools/ # MCP λꡬλ€
β βββ subway.ts # μ§νμ² κ΄λ ¨ λꡬ
β βββ index.ts # λκ΅¬λ€ ν΅ν©
β βββ types.ts # λꡬ νμ
μ μ
βββ utils/ # μ νΈλ¦¬ν°
β βββ PackageJsonUtil.ts
β βββ ResponseUtil.ts
βββ index.ts # λ©μΈ μ§μ
μ π§ κ°λ° νκ²½ μ€μ
1. μμ‘΄μ± μ€μΉ
npm install2. API ν€ μ€μ
# .env νμΌ μμ±
echo "GOV_API_KEY=your_api_key_here" > .env
# λλ νκ²½λ³μλ‘ μ€μ
export GOV_API_KEY=your_api_key_here # macOS/Linux
set GOV_API_KEY=your_api_key_here # Windows.env νμΌ μμ
# κ΅ν κ΅ν΅λΆ_(TAGO)_μ§νμ² μ 보 API ν€
# 곡곡λ°μ΄ν°ν¬νΈ(https://www.data.go.kr/)μμ λ°κΈλ°μ API ν€λ₯Ό μ€μ νμΈμ
# API URL: https://www.data.go.kr/data/15098554/openapi.do
GOV_API_KEY=your_public_data_api_key_here
# μμ:
# GOV_API_KEY=abc123def456ghi789jkl012mno345pqr678stu901vwx234yz5673. κ°λ° μλ² μ€ν
npm run dev4. λΉλ
npm run build5. ν μ€νΈ
# μ 체 ν
μ€νΈ
npm test
# API ν
μ€νΈ
npm run test:api
# νΉμ μ ν
μ€νΈ
npm run test:api:stationπ‘ API μ°λ
κ΅ν κ΅ν΅λΆ_(TAGO)_μ§νμ² μ 보 API
API λͺ : κ΅ν κ΅ν΅λΆ_(TAGO)_μ§νμ² μ 보
μ 곡기κ΄: κ΅ν κ΅ν΅λΆ
κΈ°λ³Έ URL:
https://api.tago.go.krμΈμ¦: 곡곡λ°μ΄ν° API ν€ κΈ°λ° μΈμ¦ (
GOV_API_KEYνκ²½λ³μ)λ°μ΄ν° νμ: JSON
API ν€ λ°κΈ: 곡곡λ°μ΄ν°ν¬νΈμμ "κ΅ν κ΅ν΅λΆ_(TAGO)_μ§νμ² μ 보" μ μ²
νκ²½λ³μ μ€μ
# νμ νκ²½λ³μ
GOV_API_KEY=your_public_data_api_key_hereμ£Όμ μλν¬μΈνΈ
GET /subway-station/search: μ§νμ² μ κ²μGET /subway-station/{stationCode}/timetable: μ΄μ°¨ μκ°ν μ‘°ν
π― μ¬μ© μμ
MCP ν΄λΌμ΄μΈνΈ μ€μ
MCP ν΄λΌμ΄μΈνΈμμ μ΄ μλ²λ₯Ό μ¬μ©νλ €λ©΄ λ€μκ³Ό κ°μ΄ μ€μ νμΈμ:
{
"mcpServers": {
"k-targo-subway": {
"command": "npx",
"args": ["k-targo-subway-mcp-server"],
"env": {
"GOV_API_KEY": "your_targo_api_key_here"
}
}
}
}MCP ν΄λΌμ΄μΈνΈμμ μ¬μ©
// μ§νμ² μ κ²μ
const searchResult = await mcpClient.callTool('search_subway_station', {
stationName: 'κ°λ¨'
});
// μκ°ν μ‘°ν
const timetableResult = await mcpClient.callTool('get_station_timetable', {
stationCode: '0222',
direction: 'μν'
});CLIμμ μ§μ μ€ν
# npxλ‘ μ€ν (κΆμ₯)
npx k-targo-subway-mcp-server
# κΈλ‘λ² μ€μΉ ν μ€ν
k-targo-subway-mcp-server
# λλ npm μ€ν¬λ¦½νΈλ‘ μ€ν
npm startπ κ°λ° μν¬νλ‘μ°
μ κΈ°λ₯ μΆκ°:
src/tools/μ μ λꡬ νμΌ μμ±API μ°λ:
src/external/μ μΈλΆ API ν΄λΌμ΄μΈνΈ μΆκ°νμ μ μ: νμν νμ λ€μ μ μ
ν μ€νΈ:
test/λλ ν 리μ ν μ€νΈ μ½λ μμ±λΉλ λ° λ°°ν¬:
npm run buildν λ°°ν¬
π μ£Όμ κ°λ
MCP Tool
μ¬μ©μκ° νΈμΆν μ μλ ν¨μμ λλ€. μ λ ₯ μ€ν€λ§μ νΈλ€λ¬ ν¨μλ‘ κ΅¬μ±λ©λλ€.
TAGO API
κ΅ν κ΅ν΅λΆμμ μ 곡νλ μ§νμ² μ 보 APIμ λλ€. 곡곡λ°μ΄ν°ν¬νΈμ ν΅ν΄ μ 곡λ©λλ€.
μ§νμ² μ μ½λ
κ° μ§νμ² μμ κ³ μ ν μ½λλ₯Ό κ°μ§κ³ μμ΅λλ€ (μ: κ°λ¨μ = "0222").
π λ°°ν¬
# λΉλ
npm run build
# npm λ°°ν¬
npm publish
# μ€ν
node dist/index.jsπ λΌμ΄μ μ€
MIT License
π€ κΈ°μ¬νκΈ°
Fork the Project
Create your Feature Branch (
git checkout -b feature/AmazingFeature)Commit your Changes (
git commit -m 'Add some AmazingFeature')Push to the Branch (
git push origin feature/AmazingFeature)Open a Pull Request
π λ¬Έμ
GitHub: https://github.com/slicequeue/k-targo-subway-mcp-server
Issues: https://github.com/slicequeue/k-targo-subway-mcp-server/issues
π κ°μ¬μ λ§
κ΅ν κ΅ν΅λΆ_(TAGO)_μ§νμ² μ 보 - μ§νμ² μ 보 μ 곡
곡곡λ°μ΄ν°ν¬νΈ - API μλΉμ€ μ 곡
Model Context Protocol - MCP νμ€
Node.js - λ°νμ νκ²½
Available Tools
3 toolsget_all_subway_timetablesget_all_subway_timetablesC
μ§νμ² μμ λͺ¨λ μμΌ, λͺ¨λ λ°©ν₯μ μκ°νλ₯Ό ν λ²μ μ‘°νν©λλ€. νμΌ/ν μμΌ/μΌμμΌ, μν/νν λͺ¨λ μ‘°ν©μ μ 곡ν©λλ€.
| Name | Required | Description | Default |
|---|---|---|---|
| stationId | Yes | μ§νμ² μ ID (search_subway_station λκ΅¬λ‘ λ¨Όμ κ²μνμ¬ μ»μ μ μμ) | |
| pageNo | No | νμ΄μ§ λ²νΈ (κΈ°λ³Έκ°: 1) | |
| numOfRows | No | ν νμ΄μ§λΉ κ²°κ³Ό μ (κΈ°λ³Έκ°: 100) | |
| filterNonArrive | No | μ μ°¨νμ§ μλ μ΄μ°¨ νν°λ§ μ¬λΆ (κΈ°λ³Έκ°: true) | |
| delayMsec | No | API νΈμΆ κ° μ§μ° μκ° (λ°λ¦¬μ΄, κΈ°λ³Έκ°: 1000) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. It describes what data is returned (all combinations of days/directions) but doesn't mention pagination behavior, rate limits, authentication requirements, error conditions, or response format. For a tool with 5 parameters and no annotations, this leaves significant behavioral gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise - just two sentences that efficiently convey the tool's comprehensive scope. Every word earns its place, with no redundant information. The structure is front-loaded with the core purpose followed by details about what combinations are included.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 5 parameters, no annotations, and no output schema, the description is insufficiently complete. It doesn't explain the pagination system (pageNo, numOfRows), the implications of filterNonArrive, or what the delayMsec parameter controls. The agent would struggle to understand the full behavior and output format from this description alone.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema description coverage, the baseline is 3. The description doesn't add any parameter-specific information beyond what's already documented in the schema. It mentions the need to obtain stationId from another tool, but this is already covered in the schema's parameter description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: retrieving all timetables for a subway station across all days and directions. It specifies the scope ('λͺ¨λ μμΌ, λͺ¨λ λ°©ν₯') and the comprehensive nature of the results. However, it doesn't explicitly differentiate from the sibling 'get_subway_timetable' tool, which likely provides more specific filtering options.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'get_subway_timetable'. It mentions that stationId can be obtained from 'search_subway_station', but this is parameter documentation rather than usage context. There's no explicit when/when-not guidance or comparison with sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_subway_timetableget_subway_timetableC
μ§νμ² μμ μκ°νλ₯Ό μ‘°νν©λλ€. μμΌλ³, μννλ³ μκ°νλ₯Ό μ 곡ν©λλ€.
| Name | Required | Description | Default |
|---|---|---|---|
| stationId | Yes | μ§νμ² μ ID (search_subway_station λκ΅¬λ‘ λ¨Όμ κ²μνμ¬ μ»μ μ μμ) | |
| dailyType | Yes | μμΌ κ΅¬λΆ (WEEKDAY: νμΌ, SATURDAY: ν μμΌ, SUNDAY: μΌμμΌ/곡ν΄μΌ) | |
| upDownType | Yes | μνν κ΅¬λΆ (UP: μν/μμΈλ°©ν₯, DOWN: νν/μμΈλ°λλ°©ν₯) | |
| pageNo | No | νμ΄μ§ λ²νΈ (κΈ°λ³Έκ°: 1) | |
| numOfRows | No | ν νμ΄μ§λΉ κ²°κ³Ό μ (κΈ°λ³Έκ°: 20) | |
| filterNonArrive | No | μ μ°¨νμ§ μλ μ΄μ°¨ νν°λ§ μ¬λΆ (κΈ°λ³Έκ°: true) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states what the tool does (retrieves timetables) but lacks critical behavioral details: it doesn't mention pagination behavior (implied by pageNo/numOfRows parameters), filtering behavior (implied by filterNonArrive), response format, error conditions, or rate limits. For a read operation with multiple parameters, this is insufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise and front-loaded: two short sentences that directly state the tool's purpose and scope. There is no wasted language or redundancy, making it efficient for an agent to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (6 parameters, no annotations, no output schema), the description is incomplete. It doesn't address key aspects like pagination, filtering, response format, or error handling. For a tool with multiple operational parameters and no structured output definition, the description should provide more context to guide effective use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds minimal parameter semantics beyond the schema. It mentions 'μμΌλ³, μννλ³ μκ°ν' (timetables by day type and direction), which aligns with the dailyType and upDownType parameters, but doesn't explain the other parameters (stationId, pageNo, numOfRows, filterNonArrive). With 100% schema description coverage, the baseline is 3, and the description doesn't significantly enhance understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'μ§νμ² μμ μκ°νλ₯Ό μ‘°νν©λλ€' (retrieves subway station timetables). It specifies the resource (subway station timetables) and scope (by day type and direction). However, it doesn't explicitly differentiate from sibling tools like 'get_all_subway_timetables' or 'search_subway_station', which would be needed for a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'get_all_subway_timetables' or 'search_subway_station', nor does it specify prerequisites (e.g., that stationId must be obtained from another tool first, as hinted in the schema but not in the description). This leaves the agent without clear usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_subway_stationsearch_subway_stationA
μ§νμ² μ μ΄λ¦μΌλ‘ μ μ 보λ₯Ό κ²μν©λλ€. μ ID, μ μ΄λ¦, λ Έμ μ 보λ₯Ό λ°νν©λλ€. 'μ' μ λ―Έμ¬λ μλμΌλ‘ μ κ±°λ©λλ€ (μ: 'κ°λ¨μ' β 'κ°λ¨').
| Name | Required | Description | Default |
|---|---|---|---|
| stationName | Yes | κ²μν μ§νμ² μ μ΄λ¦ (μ: κ°λ¨, κ°λ¨μ, νλμ ꡬ, νλμ ꡬμ) | |
| pageNo | No | νμ΄μ§ λ²νΈ (κΈ°λ³Έκ°: 1) | |
| numOfRows | No | ν νμ΄μ§λΉ κ²°κ³Ό μ (κΈ°λ³Έκ°: 10) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden of behavioral disclosure. It effectively describes key behaviors: the search functionality, the return data structure (station ID, name, line information), and the automatic suffix removal feature. However, it doesn't mention potential limitations like search accuracy, error conditions, or pagination behavior beyond the parameters.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is perfectly sized with two focused sentences. The first sentence states the core purpose, the second adds important behavioral detail about suffix handling with a clear example. Every element earns its place with zero wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a search tool with 3 parameters, 100% schema coverage, but no output schema or annotations, the description provides adequate but not complete context. It covers the main functionality and a key behavioral feature (suffix removal), but doesn't describe the return format in detail or potential error scenarios that would help an agent use it effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all three parameters thoroughly. The description adds minimal value beyond the schema - it mentions the automatic suffix removal which relates to 'stationName' parameter processing, but doesn't provide additional semantic context about parameter interactions or usage patterns.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific action ('κ²μν©λλ€' - searches), resource ('μ§νμ² μ μ 보' - subway station information), and scope ('μ μ΄λ¦μΌλ‘' - by station name). It distinguishes itself from sibling tools like 'get_all_subway_timetables' and 'get_subway_timetable' by focusing on station information search rather than timetable retrieval.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context (searching by station name) but doesn't explicitly state when to use this tool versus the sibling timetable tools. It provides some guidance about the automatic suffix removal feature, but lacks explicit 'when-to-use' or 'when-not-to-use' comparisons with alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
v1.0.0- First observed
get_all_subway_timetables - First observed
get_subway_timetable - First observed
search_subway_station
TDQS
Each tool has a clearly distinct purpose: get_all_subway_timetables retrieves comprehensive timetables for all days and directions, get_subway_timetable provides filtered timetables by day and direction, and search_subway_station finds station information. There is no overlap or ambiguity between these functions.
All tool names follow a consistent snake_case pattern with a clear verb_noun structure: get_all_subway_timetables, get_subway_timetable, and search_subway_station. The naming is predictable and readable throughout.
With only 3 tools, the server feels thin for a subway domain that might benefit from additional operations like route planning or real-time status. However, the tools cover core timetable and station search functions, making it borderline but functional.
The tools provide good coverage for timetable retrieval and station search, but there are minor gaps such as missing operations for route calculation, fare information, or real-time updates. Agents can work around these with the available tools for basic queries.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Real-time transit stops, routes, arrivals, vehicle positions, and schedules via OneBusAway APIs.
Washington Metro real-time + static rail/bus data. Free key required.
14 Korean airports flight info + Incheon arrival/departure congestion + facility search.
Provide real-time transportation data including bus arrivals, train service alerts, carpark availaβ¦
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides real-time Dutch Railways (NS) data for journey planning, live departures, disruptions, and station search.3-
- AlicenseNot gradedqualityDmaintenanceProvides real-time and predicted congestion data, route optimization, and train arrival information for Seoul subway lines 1-8, helping users choose the best travel times.MIT
- AlicenseAqualityBmaintenanceProvides South Korean real estate transaction price lookup (sales and rent) for apartments, row houses, single-family homes, and officetels via MCP tools using public data from data.go.kr.851MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Korean air quality forecasts, weekly ultrafine dust forecasts, high-concentration PM2.5 forecasts, particulate matter alarm statuses, ozone advisories, and yellow dust advisories from the AirKorea OpenAPI.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/slicequeue/k-targo-subway-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server