Learning Resources
pfscience.com.tw
Provides access to an organization's course catalog, posts, and detailed information about courses and articles.
ENDPOINT 1
https://pfscience.com.tw/mcp
MCP server metadata
- Name
- loopwise-public
- Version
- 0.1.0
You are connected to the anonymous read-only MCP for a Loopwise-powered site at https://pfscience.com.tw. All tools are public; no authentication is required. Start with get_platform_info for an overview, then search_courses / search_posts to find items beyond the capped lists it returns, then drill into a specific course, post, event, or lecturer by slug.
Known tools 7
get_platform_infoFetch this organization's overview — top courses, events, posts, digital downloads, and lecturers.
Inferred read-onlyget_course_detailsFetch the full course detail: description, curriculum, pricing, lecturers, FAQ, and any free-preview lectures.
Inferred read-onlyget_post_detailsFetch a post (article, blog entry): body, author, category, tags, publish date, and any FAQ sections.
Potential side effectsget_event_detailsFetch the full event detail: schedule (ISO 8601 started_at / ended_at), hosting_type, tickets, capacity, hosts, replay availability.
Inferred read-onlyget_lecturer_profileFetch a lecturer's public profile — headline, experience, education, certifications, and the courses they teach.
Inferred read-onlyCONNECT 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.loopwise-public]
url = "https://pfscience.com.tw/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"loopwise-public": {
"type": "http",
"url": "https://pfscience.com.tw/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: loopwise-public
Remote MCP URL: https://pfscience.com.tw/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": {
"loopwise-public": {
"url": "https://pfscience.com.tw/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"loopwise-public": {
"type": "http",
"url": "https://pfscience.com.tw/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "loopwise-public",
"transport": "streamable-http",
"url": "https://pfscience.com.tw/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://pfscience.com.tw
MCP server metadata
- Name
- WebMCP
Known tools 1
search_catalogSearch this school's catalog of courses, events, membership plans, and posts by keyword. Use when the kind of result wanted is unknown or spans several: search_courses and search_posts each narrow to one, and neither reaches events or membership plans.
Inferred read-onlyCONNECT 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.webmcp]
url = "https://pfscience.com.tw"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://pfscience.com.tw"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://pfscience.com.tw
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": {
"webmcp": {
"url": "https://pfscience.com.tw"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://pfscience.com.tw"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://pfscience.com.tw"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.